Package | Description |
---|---|
com.sun.jersey.server.impl.application | |
com.sun.jersey.server.impl.model | |
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 | Method and Description |
---|---|
UriRules<UriRule> |
WebApplicationContext.getRules(Class resourceClass) |
Modifier and Type | Method and Description |
---|---|
UriRules<UriRule> |
ResourceUriRules.getRules() |
Modifier and Type | Class and Description |
---|---|
class |
AtomicMatchingPatterns<R>
Rules associated with instances of {@link UriPattern) and matched
to return at most one match.
|
class |
CombiningMatchingPatterns<R>
Rules combining one or more other rules and matching in sequence.
|
class |
SequentialMatchingPatterns<R>
Rules associated with instances of {@link UriPattern) and matched
in order.
|
Modifier and Type | Method and Description |
---|---|
static UriRules<UriRule> |
UriRulesFactory.create(List<PatternRulePair<UriRule>> rules) |
static UriRules<UriRule> |
UriRulesFactory.create(Map<PathPattern,UriRule> rulesMap) |
static UriRules<UriRule> |
UriRulesFactory.create(Map<PathPattern,UriRule> rulesMap,
List<PatternRulePair<UriRule>> rules) |
Constructor and Description |
---|
CombiningMatchingPatterns(List<UriRules<R>> rs) |
Modifier and Type | Class and Description |
---|---|
class |
AutomataMatchingUriTemplateRules<R>
UriRules implementation based on a TRIE/Finite Automata.
|
Modifier and Type | Method and Description |
---|---|
UriRules<UriRule> |
UriRuleContext.getRules(Class resourceClass)
Get the rules for a resource class.
|
Copyright © 2013 Oracle Corporation. All rights reserved.