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

Uses of Matchable in org.weborganic.uri.template
 

Classes in org.weborganic.uri.template that implement Matchable
 class TokenLiteral
          A URI token corresponding to the literal text part of the URI template.
 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.