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

U

uri() - Method in class org.weborganic.uri.template.URIResolver
Returns the URI handled by this resolver.
URICoder - Class in org.weborganic.uri.template
An encoder/decoder for use by URI templates.
URIPattern - Class in org.weborganic.uri.template
A URI Pattern for matching URI following the same regular structure.
URIPattern(String) - Constructor for class org.weborganic.uri.template.URIPattern
Creates a new URI Pattern instance from the specified URI template string.
URIPattern(URITemplate) - Constructor for class org.weborganic.uri.template.URIPattern
Creates a new URI Pattern instance from an existing URI Template.
URIResolver - Class in org.weborganic.uri.template
A URI pattern resolver identifies the URI pattern and variables values given a specific URI.
URIResolver(String) - Constructor for class org.weborganic.uri.template.URIResolver
Creates a new resolver for the specified URI.
URIResolver.MatchRule - Enum in org.weborganic.uri.template
Defines the priority rule for matching patterns.
URIResolveResult - Class in org.weborganic.uri.template
Holds the results of a URI resolver.
URIResolveResult.Status - Enum in org.weborganic.uri.template
The possible status of a resolve result.
URITemplate - Class in org.weborganic.uri.template
A URI Template for constructing URIs following the same structure.
URITemplate(String) - Constructor for class org.weborganic.uri.template.URITemplate
Creates a new URI Template instance.
URITemplateSyntaxException - Exception in org.weborganic.uri.template
Thrown to indicate that a URI Template or URI Template fragment does not follow the appropriate syntax.
URITemplateSyntaxException(String, String) - Constructor for exception org.weborganic.uri.template.URITemplateSyntaxException
Constructs an instance from the given input string, reason.
usage(String) - Static method in class org.weborganic.uri.template.Main
Displays the usage of this class on System.err.

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