| Package | Description |
|---|---|
| com.sun.jersey.spi.uri.rules |
Provides support for hierarchical matching and accepting of URIs.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
UriRuleContext
The context for processing URI rules.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<R> |
UriRules.match(java.lang.CharSequence path,
UriMatchResultContext resultContext)
Match a URI path to the collection of rules and iterate over
the matching rules.
|
Copyright © 2016 Oracle Corporation. All Rights Reserved.