Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
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.uri.template.
Variable
Returns the expanded value of this variable.
valueOf(String)
- Static method in enum org.weborganic.uri.template.
TokenOperatorD3.Operator
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum org.weborganic.uri.template.
TokenOperatorRF.Operator
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum org.weborganic.uri.template.
URIResolver.MatchRule
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum org.weborganic.uri.template.
URIResolveResult.Status
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum org.weborganic.uri.template.
Variable.Reserved
Returns the enum constant of this type with the specified name.
values()
- Static method in enum org.weborganic.uri.template.
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.uri.template.
TokenOperatorRF.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum org.weborganic.uri.template.
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.uri.template.
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.uri.template.
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.uri.template.
Variable
Returns the expanded value of this variable.
Variable
- Class in
org.weborganic.uri.template
A variable in a URL pattern or template.
Variable(Variable.Reserved)
- Constructor for class org.weborganic.uri.template.
Variable
Creates a new variable.
Variable(String)
- Constructor for class org.weborganic.uri.template.
Variable
Creates a new variable.
Variable(String, String)
- Constructor for class org.weborganic.uri.template.
Variable
Creates a new variable.
Variable.Reserved
- Enum in
org.weborganic.uri.template
Used for reserved variable names.
VariableBinder
- Class in
org.weborganic.uri.template
A convenience class is to bind variables to resolvers in a set of URI patterns.
VariableBinder()
- Constructor for class org.weborganic.uri.template.
VariableBinder
VariableResolver
- Interface in
org.weborganic.uri.template
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.uri.template
A variable resolver using a list to resolve values.
VariableResolverList()
- Constructor for class org.weborganic.uri.template.
VariableResolverList
Creates a new variable resolver.
VariableResolverList(List<String>)
- Constructor for class org.weborganic.uri.template.
VariableResolverList
Creates a new variable resolver from the list of values.
VariableResolverList(String[])
- Constructor for class org.weborganic.uri.template.
VariableResolverList
Creates a new variable resolver from the list of values.
VariableResolverMap
<
V
> - Class in
org.weborganic.uri.template
A variable resolver backed by a values mapped to objects.
VariableResolverMap()
- Constructor for class org.weborganic.uri.template.
VariableResolverMap
Creates a new variable resolver.
VariableResolverMap(Map<String, ? extends V>)
- Constructor for class org.weborganic.uri.template.
VariableResolverMap
Creates a new variable resolver from the given map.
variables()
- Method in interface org.weborganic.uri.template.
TokenOperator
Returns the list of variables used in this token.
variables()
- Method in class org.weborganic.uri.template.
TokenOperatorD3
Returns the list of variables used in this token.
variables()
- Method in class org.weborganic.uri.template.
TokenOperatorRF
Returns the list of variables used in this token.
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
M
N
O
P
R
S
T
U
V