Package | Description |
---|---|
com.sun.jersey.server.impl.application | |
com.sun.jersey.server.impl.template | |
com.sun.jersey.server.impl.uri.rules | |
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 |
---|---|
boolean |
ViewableRule.accept(CharSequence path,
Object resource,
UriRuleContext context) |
Modifier and Type | Method and Description |
---|---|
boolean |
HttpMethodRule.accept(CharSequence path,
Object resource,
UriRuleContext context) |
boolean |
ResourceObjectRule.accept(CharSequence path,
Object resource,
UriRuleContext context)
Accept the rule.
|
boolean |
RootResourceClassesRule.accept(CharSequence path,
Object resource,
UriRuleContext context)
Accept the rule.
|
boolean |
RightHandPathRule.accept(CharSequence path,
Object resource,
UriRuleContext context)
Accept the rule.
|
boolean |
ResourceClassRule.accept(CharSequence path,
Object resource,
UriRuleContext context)
Accept the rule.
|
boolean |
TerminatingRule.accept(CharSequence path,
Object resource,
UriRuleContext context) |
boolean |
SubLocatorRule.accept(CharSequence path,
Object resource,
UriRuleContext context) |
protected void |
BaseRule.pushMatch(UriRuleContext context)
Push match to the provided context.
|
Modifier and Type | Method and Description |
---|---|
boolean |
UriRule.accept(CharSequence path,
Object resource,
UriRuleContext context)
Accept the rule.
|
Copyright © 2013 Oracle Corporation. All rights reserved.