Package | Description |
---|---|
com.sun.jersey.api.uri |
Provides support for JAX-RS URI templates and encoding/decoding URI components.
|
com.sun.jersey.server.impl.uri | |
com.sun.jersey.server.impl.uri.rules | |
com.sun.jersey.server.impl.uri.rules.automata |
Modifier and Type | Field and Description |
---|---|
static UriPattern |
UriPattern.EMPTY
The empty URI pattern that matches the null or empty URI path
|
Modifier and Type | Method and Description |
---|---|
protected UriPattern |
UriTemplate.createUriPattern(UriTemplateParser templateParser)
Create the URI pattern from a URI template parser.
|
UriPattern |
UriTemplate.getPattern()
Get the URI pattern.
|
Modifier and Type | Class and Description |
---|---|
class |
PathPattern
A URI pattern that is a regular expression generated from a URI path.
|
Modifier and Type | Field and Description |
---|---|
UriPattern |
PatternRulePair.p |
Constructor and Description |
---|
PatternRulePair(UriPattern p,
R r) |
Modifier and Type | Method and Description |
---|---|
UriPattern |
TrieNode.getPattern()
pattern getter.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TrieNode.add(String path,
T value,
UriPattern pattern)
Adds a new node to the tree.
|
protected void |
TrieNode.setValue(T value,
UriPattern pattern)
value setter.
|
Copyright © 2013 Oracle Corporation. All rights reserved.