Uses of Interface
org.weborganic.uri.template.Expandable

Uses of Expandable in org.weborganic.uri.template
 

Subinterfaces of Expandable in org.weborganic.uri.template
 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.weborganic.uri.template 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 TokenOperatorRF
          A token based on the operators suggested by Roy Fielding.
 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.