Uses of Class
org.apache.juneau.svl.Var
Packages that use Var
Package
Description
REST Server API
Predefined SVL Variables
- 
Uses of Var in org.apache.juneau.config.varsSubclasses of Var in org.apache.juneau.config.vars
- 
Uses of Var in org.apache.juneau.htmlSubclasses of Var in org.apache.juneau.html
- 
Uses of Var in org.apache.juneau.restMethods in org.apache.juneau.rest with parameters of type VarModifier and TypeMethodDescriptionAdds one or more variables to the var resolver of this class.
- 
Uses of Var in org.apache.juneau.rest.varsSubclasses of Var in org.apache.juneau.rest.varsModifier and TypeClassDescriptionclassFile resource variable resolverclassLocalized string variable resolver.classRequest attribute variable resolver.classRequest form data variable resolver.classRequest header variable resolver.classRequest path variable resolver.classRequest query variable resolver.classRest info variable resolver.classRequest attribute variable resolver.classSerialized request attribute variable resolver.classServlet init parameter variable resolver.classSwagger attribute variable resolver.classURL-encoding variable resolver.classURL variable resolver.
- 
Uses of Var in org.apache.juneau.svlSubclasses of Var in org.apache.juneau.svlModifier and TypeClassDescriptionclassInterface for the resolution of vars with a default value if theresolve() method returnsnull .classA subclass ofDefaultingVarthat simply pulls values from aMap.classInterface for the resolution of vars that can have one or more keys where the first non-null resolution is returned.classInterface for the resolution of vars that consist of a comma-delimited list.classAbstract superclass of all Simple Var Language variables that resolve to simple returned string values.classAbstract superclass of all Simple Var Language variables that write their values directly to a writer.Methods in org.apache.juneau.svl that return VarModifier and TypeMethodDescriptionprotected VarReturns theVarwith the specified name.protected Var[]VarResolver.getVars()Returns an array of variables define in this variable resolver context.Methods in org.apache.juneau.svl that return types with arguments of type VarModifier and TypeMethodDescriptionVarResolver.getVarMap()Returns an unmodifiable map ofVarsassociated with this context.Methods in org.apache.juneau.svl with parameters of type Var
- 
Uses of Var in org.apache.juneau.svl.varsSubclasses of Var in org.apache.juneau.svl.varsModifier and TypeClassDescriptionclassJVM args variable resolver.classA basic variable resolver that returns the first non-null value.classEnvironment variable variable resolver.classA basic if-else logic variable resolver.classA transformational variable resolver that returns character count or list count (using given delimiter).classLower-case variable resolver.classManifest file entries variable resolver.classUpper-case variable resolver.classA transformational variable that returns matched regex groups by given index.classA logical variable resolver that resolves to"true if a pattern matches.classA transformational variable resolver that replaces matched patterns with given characters.classA transformational variable resolver that returns substring for given start and end (optional)classA basic switch/case logic variable resolver.classSystem property variable resolver.classUpper-case variable resolver.