|
||||||||||
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 |
RootResourceClassesRule.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 |
ResourceClassRule.accept(java.lang.CharSequence path,
java.lang.Object resource,
UriRuleContext context)
|
boolean |
RightHandPathRule.accept(java.lang.CharSequence path,
java.lang.Object resource,
UriRuleContext context)
|
boolean |
SubLocatorRule.accept(java.lang.CharSequence path,
java.lang.Object resource,
UriRuleContext context)
|
boolean |
TerminatingRule.accept(java.lang.CharSequence path,
java.lang.Object resource,
UriRuleContext context)
|
boolean |
ResourceObjectRule.accept(java.lang.CharSequence path,
java.lang.Object resource,
UriRuleContext context)
|
protected void |
BaseRule.pushMatch(UriRuleContext 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 |