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.furi.URIResolver
Returns the URI handled by this resolver.
URICoder - Class in org.weborganic.furi
An encoder/decoder for use by URI templates.
URIParameters - Class in org.weborganic.furi
A class to hold a collection of parameters for use during the expansion process.
URIParameters() - Constructor for class org.weborganic.furi.URIParameters
Creates a new instance.
URIParameters(Map<String, String[]>) - Constructor for class org.weborganic.furi.URIParameters
Creates a new instance from the specified map.
URIPattern - Class in org.weborganic.furi
A URI Pattern for matching URI following the same regular structure.
URIPattern(String) - Constructor for class org.weborganic.furi.URIPattern
Creates a new URI Pattern instance from the specified URI template string.
URIPattern(URITemplate) - Constructor for class org.weborganic.furi.URIPattern
Creates a new URI Pattern instance from an existing URI Template.
URIResolver - Class in org.weborganic.furi
A URI pattern resolver identifies the URI pattern and variables values given a specific URI.
URIResolver(String) - Constructor for class org.weborganic.furi.URIResolver
Creates a new resolver for the specified URI.
URIResolver.MatchRule - Enum in org.weborganic.furi
Defines the priority rule for matching patterns.
URIResolveResult - Class in org.weborganic.furi
Holds the results of a URI resolver.
URIResolveResult.Status - Enum in org.weborganic.furi
The possible status of a resolve result.
URITemplate - Class in org.weborganic.furi
A URI Template for constructing URIs following the same structure.
URITemplate(String) - Constructor for class org.weborganic.furi.URITemplate
Creates a new URI Template instance.
URITemplate(String, TokenFactory) - Constructor for class org.weborganic.furi.URITemplate
Creates a new URI Template instance using the specified token factory.
URITemplateSyntaxException - Exception in org.weborganic.furi
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.furi.URITemplateSyntaxException
Constructs an instance from the given input string, reason.
usage(String) - Static method in class org.weborganic.furi.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