| 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 |
TerminatingRule.accept(CharSequence path,
Object resource,
UriRuleContext context) |
boolean |
RightHandPathRule.accept(CharSequence path,
Object resource,
UriRuleContext context)
Accept the rule.
|
boolean |
SubLocatorRule.accept(CharSequence path,
Object resource,
UriRuleContext context) |
boolean |
RootResourceClassesRule.accept(CharSequence path,
Object resource,
UriRuleContext context)
Accept the rule.
|
boolean |
HttpMethodRule.accept(CharSequence path,
Object resource,
UriRuleContext context) |
boolean |
ResourceClassRule.accept(CharSequence path,
Object resource,
UriRuleContext context)
Accept the rule.
|
boolean |
ResourceObjectRule.accept(CharSequence path,
Object resource,
UriRuleContext context)
Accept the rule.
|
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 © 2014 Oracle Corporation. All rights reserved.