Uses of Class
org.restlet.routing.Variable

Packages that use Variable
org.restlet.routing Classes related to call routing. 
 

Uses of Variable in org.restlet.routing
 

Methods in org.restlet.routing that return Variable
 Variable Template.getDefaultVariable()
          Returns the default variable.
 

Methods in org.restlet.routing that return types with arguments of type Variable
 Map<String,Variable> Template.getVariables()
          Returns the modifiable map of variable descriptors.
 

Methods in org.restlet.routing with parameters of type Variable
 void Template.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
 void Template.setVariables(Map<String,Variable> variables)
          Sets the modifiable map of variables.
 



Copyright © 2005-2013 Restlet.