| Package | Description |
|---|---|
| org.mule.module.apikit.uri |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TokenOperator
Defines tokens which use an operator to handle one or more variables.
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2014. All rights reserved.