Uses of Class
org.restlet.routing.Variable
- 
Packages that use Variable Package Description org.restlet.routing Classes related to call routing. - 
- 
Uses of Variable in org.restlet.routing
Methods in org.restlet.routing that return Variable Modifier and Type Method Description VariableTemplate. getDefaultVariable()Returns the default variable.Methods in org.restlet.routing that return types with arguments of type Variable Modifier and Type Method Description java.util.Map<java.lang.String,Variable>Template. getVariables()Returns the modifiable map of variable descriptors.Methods in org.restlet.routing with parameters of type Variable Modifier and Type Method Description voidTemplate. setDefaultVariable(Variable defaultVariable)Sets the variable to use, if no variable is given.Method parameters in org.restlet.routing with type arguments of type Variable Modifier and Type Method Description voidTemplate. setVariables(java.util.Map<java.lang.String,Variable> variables)Sets the modifiable map of variables. 
 -