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.vars
Subclasses of SimpleVar in org.apache.juneau.config.vars -
Uses of SimpleVar in org.apache.juneau.html
Subclasses of SimpleVar in org.apache.juneau.html -
Uses of SimpleVar in org.apache.juneau.rest.vars
Subclasses of SimpleVar in org.apache.juneau.rest.varsModifier and TypeClassDescriptionclass
File resource variable resolverclass
Localized string variable resolver.class
Request attribute variable resolver.class
Request form data variable resolver.class
Request header variable resolver.class
Request path variable resolver.class
Request query variable resolver.class
Rest info variable resolver.class
Request attribute variable resolver.class
Servlet init parameter variable resolver.class
Swagger attribute variable resolver.class
URL-encoding variable resolver.class
URL variable resolver. -
Uses of SimpleVar in org.apache.juneau.svl
Subclasses of SimpleVar in org.apache.juneau.svlModifier and TypeClassDescriptionclass
Interface for the resolution of vars with a default value if theresolve() method returnsnull .class
A subclass ofDefaultingVar
that simply pulls values from aMap
.class
Interface for the resolution of vars that can have one or more keys where the first non-null resolution is returned.class
Interface for the resolution of vars that consist of a comma-delimited list. -
Uses of SimpleVar in org.apache.juneau.svl.vars
Subclasses of SimpleVar in org.apache.juneau.svl.varsModifier and TypeClassDescriptionclass
JVM args variable resolver.class
A basic variable resolver that returns the first non-null value.class
Environment variable variable resolver.class
A basic if-else logic variable resolver.class
A transformational variable resolver that returns character count or list count (using given delimiter).class
Lower-case variable resolver.class
Manifest file entries variable resolver.class
Upper-case variable resolver.class
A transformational variable that returns matched regex groups by given index.class
A logical variable resolver that resolves to"true if a pattern matches.class
A transformational variable resolver that replaces matched patterns with given characters.class
A transformational variable resolver that returns substring for given start and end (optional)class
A basic switch/case logic variable resolver.class
System property variable resolver.class
Upper-case variable resolver.