| Class | Description |
|---|---|
| AtomicMatchingPatterns<R> |
Rules associated with instances of {@link UriPattern) and matched
to return at most one match.
|
| BaseRule |
Abstract class for a rule that manages capturing group names.
|
| CombiningMatchingPatterns<R> |
Rules combining one or more other rules and matching in sequence.
|
| HttpMethodRule |
The rule for accepting an HTTP method.
|
| PatternRulePair<R> |
A tuple of a
UriPattern and a generic rule. |
| ResourceClassRule |
The rule for accepting a resource class.
|
| ResourceObjectRule |
The rule for accepting a resource object.
|
| RightHandPathRule |
Adapter to an existing rule that accepts the rule using the last capturing
group value as the URI path.
|
| RootResourceClassesRule |
The rule for accepting the root resource classes.
|
| SequentialMatchingPatterns<R> |
Rules associated with instances of {@link UriPattern) and matched
in order.
|
| SubLocatorRule |
The rule for accepting a sub-locator method.
|
| TerminatingRule |
A terminating rule that checks to see if the response has been
set by the runtime.
|
| UriRulesFactory |
Copyright © 2016 Oracle Corporation. All rights reserved.