|
||||||||||
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.TerminatingRule
public class TerminatingRule
A terminating rule that checks to see if the response has been set by the runtime. If a response has been set then the rule is accepted otherwise it is not.
Constructor Summary | |
---|---|
TerminatingRule()
|
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 TerminatingRule()
Method Detail |
---|
public final 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 |