|
||||||||||
| 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)
Public constructor |
|
| 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)
rulesMap - Map of path patterns and URI rules| Method Detail |
|---|
public boolean accept(java.lang.CharSequence path,
java.lang.Object resource,
UriRuleContext context)
accept in interface UriRulepath - 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 | |||||||||