|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UriRuleContext | |
|---|---|
| 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. |
| Uses of UriRuleContext in com.sun.jersey.server.impl.application |
|---|
| Classes in com.sun.jersey.server.impl.application that implement UriRuleContext | |
|---|---|
class |
WebApplicationContext
|
| Uses of UriRuleContext in com.sun.jersey.server.impl.template |
|---|
| Methods in com.sun.jersey.server.impl.template with parameters of type UriRuleContext | |
|---|---|
boolean |
ViewableRule.accept(java.lang.CharSequence path,
java.lang.Object resource,
UriRuleContext context)
|
| Uses of UriRuleContext in com.sun.jersey.server.impl.uri.rules |
|---|
| Methods in com.sun.jersey.server.impl.uri.rules with parameters of type UriRuleContext | |
|---|---|
boolean |
ResourceClassRule.accept(java.lang.CharSequence path,
java.lang.Object resource,
UriRuleContext context)
Accept the rule. |
boolean |
SubLocatorRule.accept(java.lang.CharSequence path,
java.lang.Object resource,
UriRuleContext context)
|
boolean |
HttpMethodRule.accept(java.lang.CharSequence path,
java.lang.Object resource,
UriRuleContext context)
|
boolean |
ResourceObjectRule.accept(java.lang.CharSequence path,
java.lang.Object resource,
UriRuleContext context)
Accept the rule. |
boolean |
RootResourceClassesRule.accept(java.lang.CharSequence path,
java.lang.Object resource,
UriRuleContext context)
Accept the rule. |
boolean |
RightHandPathRule.accept(java.lang.CharSequence path,
java.lang.Object resource,
UriRuleContext context)
Accept the rule. |
boolean |
TerminatingRule.accept(java.lang.CharSequence path,
java.lang.Object resource,
UriRuleContext context)
|
protected void |
BaseRule.pushMatch(UriRuleContext context)
Push match to the provided context. |
| Uses of UriRuleContext in com.sun.jersey.spi.uri.rules |
|---|
| Methods in com.sun.jersey.spi.uri.rules with parameters of type UriRuleContext | |
|---|---|
boolean |
UriRule.accept(java.lang.CharSequence path,
java.lang.Object resource,
UriRuleContext context)
Accept the rule. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||