Package | Description |
---|---|
org.restlet.routing |
Modifier and Type | Method and Description |
---|---|
Variable |
Template.getDefaultVariable()
Returns the default variable.
|
Modifier and Type | Method and Description |
---|---|
Map<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(Map<String,Variable> variables)
Sets the modifiable map of variables.
|
Copyright © 2005–2013. All rights reserved.