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
T
Token
- Interface in
org.weborganic.uri.template
Defines a token in a URI pattern or template.
TokenFactory
- Class in
org.weborganic.uri.template
A factory for URI tokens.
TokenLiteral
- Class in
org.weborganic.uri.template
A URI token corresponding to the literal text part of the URI template.
TokenLiteral(String)
- Constructor for class org.weborganic.uri.template.
TokenLiteral
Creates a new literal text token.
TokenOperator
- Interface in
org.weborganic.uri.template
Defines tokens which use an operator to handle one or more variables.
TokenOperatorD3
- Class in
org.weborganic.uri.template
A token using the operators defined in draft 3 of the URI templates specifications.
TokenOperatorD3(TokenOperatorD3.Operator, String, List<Variable>)
- Constructor for class org.weborganic.uri.template.
TokenOperatorD3
Creates a new operator token.
TokenOperatorD3.Operator
- Enum in
org.weborganic.uri.template
The list of operators currently supported.
TokenOperatorRF
- Class in
org.weborganic.uri.template
A token based on the operators suggested by Roy Fielding.
TokenOperatorRF(TokenOperatorRF.Operator, Variable)
- Constructor for class org.weborganic.uri.template.
TokenOperatorRF
Creates a new operator token for one variable only.
TokenOperatorRF(TokenOperatorRF.Operator, List<Variable>)
- Constructor for class org.weborganic.uri.template.
TokenOperatorRF
Creates a new operator token.
TokenOperatorRF.Operator
- Enum in
org.weborganic.uri.template
The list of operators currently supported.
TokenVariable
- Class in
org.weborganic.uri.template
A URI token wrapping a variable.
TokenVariable(String)
- Constructor for class org.weborganic.uri.template.
TokenVariable
Creates a new variable token.
TokenVariable(Variable)
- Constructor for class org.weborganic.uri.template.
TokenVariable
Creates a new variable token.
toOperator(String)
- Static method in class org.weborganic.uri.template.
TokenOperatorD3
Returns the operator if it is defined in this class.
toOperator(char)
- Static method in class org.weborganic.uri.template.
TokenOperatorRF
Returns the operator if it is defined in this class.
toString()
- Method in class org.weborganic.uri.template.
URITemplate
toString()
- Method in class org.weborganic.uri.template.
Variable
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