|
||||||||||
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.BaseRule
public abstract class BaseRule
Abstract class for a rule that manages capturing group names.
Constructor Summary | |
---|---|
BaseRule(UriTemplate template)
|
Method Summary | |
---|---|
protected UriTemplate |
getTemplate()
|
protected void |
pushMatch(UriRuleContext context)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.sun.jersey.spi.uri.rules.UriRule |
---|
accept |
Constructor Detail |
---|
public BaseRule(UriTemplate template)
Method Detail |
---|
protected final void pushMatch(UriRuleContext context)
protected final UriTemplate getTemplate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |