|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of Parameters in org.weborganic.uri.template |
|---|
| Methods in org.weborganic.uri.template with parameters of type Parameters | |
|---|---|
String |
URITemplate.expand(Parameters parameters)
Expands the template to produce a URI as defined by the URI Template specifications. |
String |
TokenVariable.expand(Parameters variables)
Expands this object to produce a URI fragment as defined by the URI Template specifications. |
String |
TokenOperatorRF.expand(Parameters parameters)
Expands the token operator using the specified parameters. |
String |
TokenOperatorD3.expand(Parameters parameters)
Expands the token operator using the specified parameters. |
String |
TokenLiteral.expand(Parameters parameters)
Expands this object to produce a URI fragment as defined by the URI Template specifications. |
String |
Expandable.expand(Parameters parameters)
Expands this object to produce a URI fragment as defined by the URI Template specifications. |
static String |
URITemplate.expand(String template,
Parameters parameters)
Method provided for convenience. |
String |
Variable.value(Parameters parameters)
Returns the expanded value of this variable. |
String[] |
Variable.values(Parameters parameters)
Returns the expanded value of this variable. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||