Uses of Interface
org.weborganic.furi.Parameters

Uses of Parameters in org.weborganic.furi
 

Classes in org.weborganic.furi that implement Parameters
 class URIParameters
          A class to hold a collection of parameters for use during the expansion process.
 

Methods in org.weborganic.furi with parameters of type Parameters
 String URITemplate.expand(Parameters parameters)
          Expands the template to produce a URI as defined by the URI Template specifications.
 String TokenVariable.expand(Parameters variables)
          Expands this object to produce a URI fragment as defined by the URI Template specifications.
 String TokenOperatorPS.expand(Parameters parameters)
          Expands the token operator using the specified parameters.
 String TokenOperatorDX.expand(Parameters parameters)
          Expands the token operator using the specified parameters.
 String TokenOperatorD3.expand(Parameters parameters)
          Expands the token operator using the specified parameters.
 String TokenLiteral.expand(Parameters parameters)
          Expands this object to produce a URI fragment as defined by the URI Template specifications.
 String Expandable.expand(Parameters parameters)
          Expands this object to produce a URI fragment as defined by the URI Template specifications.
static String URITemplate.expand(String template, Parameters parameters)
          Method provided for convenience.
 String Variable.value(Parameters parameters)
          Returns the expanded value of this variable.
 String[] Variable.values(Parameters parameters)
          Returns the expanded value of this variable.