Package | Description |
---|---|
org.restlet.routing |
Classes related to call routing.
|
Modifier and Type | Method and Description |
---|---|
Variable |
Template.getDefaultVariable()
Returns the default variable.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,Variable> |
Template.getVariables()
Returns the modifiable map of variable descriptors.
|
Modifier and Type | Method and Description |
---|---|
void |
Template.setDefaultVariable(Variable defaultVariable)
Sets the variable to use, if no variable is given.
|
Modifier and Type | Method and Description |
---|---|
void |
Template.setVariables(java.util.Map<java.lang.String,Variable> variables)
Sets the modifiable map of variables.
|
Copyright © 2005-2024 Restlet.