| Package | Description |
|---|---|
| org.mule.module.apikit.uri |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Token
Defines a token in a URI pattern or template.
|
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.
|
class |
URIPattern
A URI Pattern for matching URI following the same regular structure.
|
class |
URITemplate
A URI Template for constructing URIs following the same structure.
|
Copyright © 2014. All rights reserved.