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

Uses of VariableResolver in org.weborganic.uri.template
 

Classes in org.weborganic.uri.template that implement VariableResolver
 class VariableResolverList
          A variable resolver using a list to resolve values.
 class VariableResolverMap<V>
          A variable resolver backed by a values mapped to objects.
 

Methods in org.weborganic.uri.template that return VariableResolver
 VariableResolver VariableBinder.getResolver(String name)
          Returns the resolver used for the variable of the specified name.
 

Methods in org.weborganic.uri.template with parameters of type VariableResolver
 void VariableBinder.bind(String name, VariableResolver resolver)
          Binds the variables with the specified name to the specified resolver.