|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Token | |
|---|---|
| org.mule.module.apikit.uri | |
| Uses of Token in org.mule.module.apikit.uri |
|---|
| Subinterfaces of Token in org.mule.module.apikit.uri | |
|---|---|
interface |
TokenOperator
Defines tokens which use an operator to handle one or more variables. |
| Classes in org.mule.module.apikit.uri that implement Token | |
|---|---|
class |
TokenLiteral
A URI token corresponding to the literal text part of the URI template. |
class |
TokenOperatorD3
A token using the operators defined in draft 3 of the URI templates specifications. |
class |
TokenOperatorDX
A token based on the operators defined in the latest draft. |
class |
TokenOperatorPS
A token based on the operators used in PageSeeder. |
class |
TokenVariable
A URI token wrapping a variable. |
| Methods in org.mule.module.apikit.uri that return Token | |
|---|---|
protected abstract Token |
TokenFactory.Syntax.newExpansion(String exp)
Generates a template expansion token corresponding to the specified expression. |
Token |
TokenFactory.newToken(String exp)
Generates the token corresponding to the specified expression. |
static Token |
TokenFactory.newToken(String exp,
TokenFactory.Syntax syntax)
Generates the token corresponding to the specified expression. |
| Methods in org.mule.module.apikit.uri that return types with arguments of type Token | |
|---|---|
static List<Token> |
URITemplate.digest(String template)
Returns the list of tokens corresponding to the specified URI template. |
static List<Token> |
URITemplate.digest(String template,
TokenFactory factory)
Returns the list of tokens corresponding to the specified URI template. |
protected List<Token> |
URITemplate.tokens()
Returns the underlying list of tokens. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||