|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jersey.server.impl.uri.rules.RootResourceClassesRule
public final class RootResourceClassesRule
The rule for accepting the root resource classes.
Constructor Summary | |
---|---|
RootResourceClassesRule(java.util.Map<PathPattern,UriRule> rulesMap)
|
Method Summary | |
---|---|
boolean |
accept(java.lang.CharSequence path,
java.lang.Object resource,
UriRuleContext context)
Accept the rule. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RootResourceClassesRule(java.util.Map<PathPattern,UriRule> rulesMap)
Method Detail |
---|
public boolean accept(java.lang.CharSequence path, java.lang.Object resource, UriRuleContext context)
UriRule
accept
in interface UriRule
path
- the URI pathresource
- the current resource instancecontext
- the rule context
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |