Uses of Class
org.apache.juneau.svl.SimpleVar
Packages that use SimpleVar
Package
Description
Predefined SVL Variables
- 
Uses of SimpleVar in org.apache.juneau.config.varsSubclasses of SimpleVar in org.apache.juneau.config.vars
- 
Uses of SimpleVar in org.apache.juneau.htmlSubclasses of SimpleVar in org.apache.juneau.html
- 
Uses of SimpleVar in org.apache.juneau.rest.varsSubclasses of SimpleVar 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.classServlet init parameter variable resolver.classSwagger attribute variable resolver.classURL-encoding variable resolver.classURL variable resolver.
- 
Uses of SimpleVar in org.apache.juneau.svlSubclasses of SimpleVar 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.
- 
Uses of SimpleVar in org.apache.juneau.svl.varsSubclasses of SimpleVar 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.