Uses of Class
org.restlet.util.Variable

Packages that use Variable
org.restlet.util Utility classes and interfaces used in the rest of the API. 
 

Uses of Variable in org.restlet.util
 

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

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

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



Copyright © 2005-2008 Noelios Technologies.