Uses of Class
org.restlet.routing.Variable
Packages that use Variable
-
Uses of Variable in org.restlet.routing
Methods in org.restlet.routing that return VariableMethods in org.restlet.routing that return types with arguments of type VariableModifier and TypeMethodDescriptionTemplate.getVariables()Returns the modifiable map of variable descriptors.Methods in org.restlet.routing with parameters of type VariableModifier and TypeMethodDescriptionvoidTemplate.setDefaultVariable(Variable defaultVariable) Sets the variable to use, if no variable is given.Method parameters in org.restlet.routing with type arguments of type VariableModifier and TypeMethodDescriptionvoidTemplate.setVariables(Map<String, Variable> variables) Sets the modifiable map of variables.