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
Fields in org.restlet.routing declared as Variable Modifier and Type Field Description private VariableTemplate. defaultVariableThe default variable to use when no matching variable descriptor exists.Fields in org.restlet.routing with type parameters of type Variable Modifier and Type Field Description private java.util.Map<java.lang.String,Variable>Template. variablesThe map of variables associated to the route's template.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 private static java.lang.StringTemplate. getVariableRegex(Variable variable)Returns the Regex pattern string corresponding to a variable.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.
-