public abstract class BaseRule extends Object implements UriRule
Constructor and Description |
---|
BaseRule(UriTemplate template)
Public constructor.
|
Modifier and Type | Method and Description |
---|---|
protected UriTemplate |
getTemplate()
Get URI template initialized in ctor.
|
protected void |
pushMatch(UriRuleContext context)
Push match to the provided context.
|
public BaseRule(UriTemplate template)
template
- The template of the URIprotected final void pushMatch(UriRuleContext context)
context
- The URI rule contextprotected final UriTemplate getTemplate()
Copyright © 2013 Oracle Corporation. All rights reserved.