Uses of Interface
org.weborganic.furi.Expandable

Uses of Expandable in org.weborganic.furi
 

Subinterfaces of Expandable in org.weborganic.furi
 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.furi 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.