Package | Description |
---|---|
com.sun.jersey.server.impl.model | |
com.sun.jersey.server.impl.uri | |
com.sun.jersey.server.impl.uri.rules | |
com.sun.jersey.server.impl.wadl |
Modifier and Type | Method and Description |
---|---|
PathPattern |
RulesMap.hasConflict(PathPattern p) |
Modifier and Type | Method and Description |
---|---|
PathPattern |
RulesMap.hasConflict(PathPattern p) |
void |
RulesMap.ConflictClosure.onConflict(PathPattern p1,
PathPattern p2) |
Modifier and Type | Field and Description |
---|---|
static PathPattern |
PathPattern.EMPTY_PATH
Empty path.
|
Modifier and Type | Field and Description |
---|---|
static Comparator<PathPattern> |
PathPattern.COMPARATOR
Defer to comparing the templates associated with the patterns.
|
Modifier and Type | Method and Description |
---|---|
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 |
---|
RootResourceClassesRule(Map<PathPattern,UriRule> rulesMap)
Public constructor
|
Modifier and Type | Method and Description |
---|---|
ResourceMethod |
WadlFactory.createWadlOptionsMethod(Map<String,List<ResourceMethod>> methods,
AbstractResource resource,
PathPattern p)
Create the WADL resource method for OPTIONS.
|
Copyright © 2013 Oracle Corporation. All rights reserved.