|
||||||||||
| 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)
Public constructor. |
|
| Method Summary | |
|---|---|
protected UriTemplate |
getTemplate()
Get URI template initialized in ctor. |
protected void |
pushMatch(UriRuleContext context)
Push match to the provided 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)
template - The template of the URI| Method Detail |
|---|
protected final void pushMatch(UriRuleContext context)
context - The URI rule contextprotected final UriTemplate getTemplate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||