Uses of Class
org.weborganic.furi.TokenFactory

Uses of TokenFactory in org.weborganic.furi
 

Methods in org.weborganic.furi that return TokenFactory
static TokenFactory TokenFactory.getInstance()
          Returns a token factory instance using the default syntax (DRAFTX).
static TokenFactory TokenFactory.getInstance(TokenFactory.Syntax syntax)
          Returns a token factory instance.
 

Methods in org.weborganic.furi with parameters of type TokenFactory
static List<Token> URITemplate.digest(String template, TokenFactory factory)
          Returns the list of tokens corresponding to the specified URI template.
 

Constructors in org.weborganic.furi with parameters of type TokenFactory
URITemplate(String template, TokenFactory factory)
          Creates a new URI Template instance using the specified token factory.