Package org.apache.juneau.svl.vars
Class LowerCaseVar
java.lang.Object
org.apache.juneau.svl.Var
org.apache.juneau.svl.SimpleVar
org.apache.juneau.svl.vars.LowerCaseVar
Lower-case variable resolver.
 
 The format for this var is 
This variable simply converts to value to lower-case.
 Since this is a SimpleVar, any variables contained in the result will be recursively resolved.
 Likewise, if the arguments contain any variables, those will be resolved before they are passed to this var.
 
See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionresolve(VarResolverSession session, String key) The interface that needs to be implemented for subclasses ofSimpleVar.Methods inherited from class org.apache.juneau.svl.VarallowNested, allowRecurse, canResolve, doResolve, getName
- 
Field Details- 
NAMEThe name of this variable.- See Also:
 
 
- 
- 
Constructor Details- 
LowerCaseVarpublic LowerCaseVar()Constructor.
 
- 
- 
Method Details