| Interface | Description |
|---|---|
| Matchable |
A class implementing this interface can be matched.
|
| Token |
Defines a token in a URI pattern or template.
|
| Class | Description |
|---|---|
| TokenFactory |
A factory for URI tokens.
|
| TokenLiteral |
A URI token corresponding to the literal text part of the URI template.
|
| TokenOperatorDX |
A token based on the operators defined in the latest draft.
|
| TokenOperatorPS |
A token based on the operators used in PageSeeder.
|
| TokenVariable |
A URI token wrapping a variable.
|
| URICoder |
An encoder/decoder for use by URI templates.
|
| URIResolveResult |
Holds the results of a URI resolver.
|
| URITemplate |
A URI Template for constructing URIs following the same structure.
|
| Variable |
A variable in a URL pattern or template.
|
| VariableType |
Defines a variable type.
|
| Enum | Description |
|---|---|
| TokenFactory.Syntax |
A syntax to use for creating tokens.
|
| TokenOperatorDX.Operator |
The list of operators currently supported.
|
| TokenOperatorPS.Operator |
The list of operators currently supported.
|
| URIResolveResult.Status |
The possible status of a resolve result.
|
| Variable.Form |
Indicate that the variable's value should be processed as a list ("@") or an associative array ("%").
|
| Variable.Reserved |
Used for reserved variable names.
|
| Exception | Description |
|---|---|
| URITemplateSyntaxException |
Thrown to indicate that a URI Template or URI Template fragment does not follow the appropriate syntax.
|
Copyright © 2025. All rights reserved.