Package | Description |
---|---|
com.sun.jersey.server.impl.application | |
com.sun.jersey.server.impl.uri.rules | |
com.sun.jersey.server.impl.uri.rules.automata | |
com.sun.jersey.spi.uri.rules |
Provides support for hierarchical matching and accepting of URIs.
|
Modifier and Type | Class and Description |
---|---|
class |
WebApplicationContext |
Modifier and Type | Method and Description |
---|---|
Iterator<R> |
CombiningMatchingPatterns.match(CharSequence path,
UriMatchResultContext resultContext) |
Iterator<R> |
AtomicMatchingPatterns.match(CharSequence path,
UriMatchResultContext resultContext) |
Iterator<R> |
SequentialMatchingPatterns.match(CharSequence path,
UriMatchResultContext resultContext) |
Modifier and Type | Method and Description |
---|---|
Iterator<R> |
AutomataMatchingUriTemplateRules.match(CharSequence path,
UriMatchResultContext resultContext) |
Modifier and Type | Interface and Description |
---|---|
interface |
UriRuleContext
The context for processing URI rules.
|
Modifier and Type | Method and Description |
---|---|
Iterator<R> |
UriRules.match(CharSequence path,
UriMatchResultContext resultContext)
Match a URI path to the collection of rules and iterate over
the matching rules.
|
Copyright © 2013 Oracle Corporation. All rights reserved.