Uses of Interface
org.mule.module.apikit.uri.Expandable

Packages that use Expandable
org.mule.module.apikit.uri   
 

Uses of Expandable in org.mule.module.apikit.uri
 

Subinterfaces of Expandable in org.mule.module.apikit.uri
 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.
 

Classes in org.mule.module.apikit.uri that implement Expandable
 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 © 2013. All rights reserved.