A B C D E F G H I M N O P R S T U V

V

value(Parameters) - Method in class org.weborganic.furi.Variable
Returns the expanded value of this variable.
valueOf(String) - Static method in enum org.weborganic.furi.TokenFactory.Syntax
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.weborganic.furi.TokenOperatorD3.Operator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.weborganic.furi.TokenOperatorDX.Operator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.weborganic.furi.TokenOperatorPS.Operator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.weborganic.furi.URIResolver.MatchRule
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.weborganic.furi.URIResolveResult.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.weborganic.furi.Variable.Form
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.weborganic.furi.Variable.Modifier
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.weborganic.furi.Variable.Reserved
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.weborganic.furi.TokenFactory.Syntax
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.weborganic.furi.TokenOperatorD3.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.weborganic.furi.TokenOperatorDX.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.weborganic.furi.TokenOperatorPS.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.weborganic.furi.URIResolver.MatchRule
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.weborganic.furi.URIResolveResult.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.weborganic.furi.Variable.Form
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.weborganic.furi.Variable.Modifier
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.weborganic.furi.Variable.Reserved
Returns an array containing the constants of this enum type, in the order they are declared.
values(Parameters) - Method in class org.weborganic.furi.Variable
Returns the expanded value of this variable.
Variable - Class in org.weborganic.furi
A variable in a URL pattern or template.
Variable(Variable.Reserved) - Constructor for class org.weborganic.furi.Variable
Creates a new untyped reserved variable.
Variable(String) - Constructor for class org.weborganic.furi.Variable
Creates a new untyped variable.
Variable(String, String) - Constructor for class org.weborganic.furi.Variable
Creates a new untyped variable.
Variable(String, String, VariableType) - Constructor for class org.weborganic.furi.Variable
Creates a new variable.
Variable(String, String, VariableType, Variable.Form) - Constructor for class org.weborganic.furi.Variable
Creates a new variable.
Variable.Form - Enum in org.weborganic.furi
Indicate that the variable's value should be processed as a list ("@") or an associative array ("%").
Variable.Modifier - Enum in org.weborganic.furi
Indicate that the variable's value should be processed as a list ("@") or an associative array ("%").
Variable.Reserved - Enum in org.weborganic.furi
Used for reserved variable names.
VariableBinder - Class in org.weborganic.furi
A convenience class is to bind variables to resolvers in a set of URI patterns.
VariableBinder() - Constructor for class org.weborganic.furi.VariableBinder
 
VariableResolver - Interface in org.weborganic.furi
Classes implementing this interface should provide a mechanism to resolve the value of a variable in the context of a URI pattern matching operation.
VariableResolverList - Class in org.weborganic.furi
A variable resolver using a list to resolve values.
VariableResolverList() - Constructor for class org.weborganic.furi.VariableResolverList
Creates a new variable resolver.
VariableResolverList(List<String>) - Constructor for class org.weborganic.furi.VariableResolverList
Creates a new variable resolver from the list of values.
VariableResolverList(String[]) - Constructor for class org.weborganic.furi.VariableResolverList
Creates a new variable resolver from the list of values.
VariableResolverMap<V> - Class in org.weborganic.furi
A variable resolver backed by a values mapped to objects.
VariableResolverMap() - Constructor for class org.weborganic.furi.VariableResolverMap
Creates a new variable resolver.
VariableResolverMap(Map<String, ? extends V>) - Constructor for class org.weborganic.furi.VariableResolverMap
Creates a new variable resolver from the given map.
variables() - Method in interface org.weborganic.furi.TokenOperator
Returns the list of variables used in this token.
variables() - Method in class org.weborganic.furi.TokenOperatorD3
Returns the list of variables used in this token.
variables() - Method in class org.weborganic.furi.TokenOperatorDX
Returns the list of variables used in this token.
variables() - Method in class org.weborganic.furi.TokenOperatorPS
Returns the list of variables used in this token.
VariableType - Class in org.weborganic.furi
Defines a variable type.
VariableType(String) - Constructor for class org.weborganic.furi.VariableType
Create a new variable type.

A B C D E F G H I M N O P R S T U V