|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UriPattern | |
---|---|
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 |
Uses of UriPattern in com.sun.jersey.api.uri |
---|
Fields in com.sun.jersey.api.uri declared as UriPattern | |
---|---|
static UriPattern |
UriPattern.EMPTY
The empty URI pattern that matches the null or empty URI path |
Methods in com.sun.jersey.api.uri that return UriPattern | |
---|---|
protected UriPattern |
UriTemplate.createUriPattern(UriTemplateParser templateParser)
Create the URI pattern from a URI template parser. |
UriPattern |
UriTemplate.getPattern()
Get the URI pattern. |
Uses of UriPattern in com.sun.jersey.server.impl.uri |
---|
Subclasses of UriPattern in com.sun.jersey.server.impl.uri | |
---|---|
class |
PathPattern
A URI pattern that is a regular expression generated from a URI path. |
Uses of UriPattern in com.sun.jersey.server.impl.uri.rules |
---|
Fields in com.sun.jersey.server.impl.uri.rules declared as UriPattern | |
---|---|
UriPattern |
PatternRulePair.p
|
Constructors in com.sun.jersey.server.impl.uri.rules with parameters of type UriPattern | |
---|---|
PatternRulePair(UriPattern p,
R r)
|
Uses of UriPattern in com.sun.jersey.server.impl.uri.rules.automata |
---|
Methods in com.sun.jersey.server.impl.uri.rules.automata that return UriPattern | |
---|---|
UriPattern |
TrieNode.getPattern()
pattern getter. |
Methods in com.sun.jersey.server.impl.uri.rules.automata with parameters of type UriPattern | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |