Package | Description |
---|---|
com.sun.jersey.api.core |
Provides support for configuration.
|
com.sun.jersey.api.uri |
Provides support for JAX-RS URI templates and encoding/decoding URI components.
|
com.sun.jersey.server.impl.application | |
com.sun.jersey.server.impl.model.method | |
com.sun.jersey.server.impl.uri | |
com.sun.jersey.server.impl.uri.rules | |
com.sun.jersey.spi.uri.rules |
Provides support for hierarchical matching and accepting of URIs.
|
Modifier and Type | Method and Description |
---|---|
List<UriTemplate> |
ExtendedUriInfo.getMatchedTemplates()
Get a read-only list of
UriTemplate for matched resources. |
Modifier and Type | Field and Description |
---|---|
static UriTemplate |
UriTemplate.EMPTY
The empty URI template that matches the null or empty URI path
|
Modifier and Type | Field and Description |
---|---|
static Comparator<UriTemplate> |
UriTemplate.COMPARATOR
Order the templates according according to JAX-RS.
|
Modifier and Type | Method and Description |
---|---|
List<UriTemplate> |
WebApplicationContext.getMatchedTemplates() |
Modifier and Type | Method and Description |
---|---|
void |
WebApplicationContext.pushMatch(UriTemplate template,
List<String> names) |
Modifier and Type | Method and Description |
---|---|
UriTemplate |
ResourceMethod.getTemplate() |
Constructor and Description |
---|
ResourceHttpMethod(ResourceMethodDispatchProvider dp,
FilterFactory ff,
List<ResourceFilter> resourceFilters,
UriTemplate template,
AbstractResourceMethod arm) |
ResourceHttpMethod(ResourceMethodDispatchProvider dp,
FilterFactory ff,
UriTemplate template,
AbstractResourceMethod arm) |
ResourceMethod(String httpMethod,
UriTemplate template,
List<? extends javax.ws.rs.core.MediaType> consumeMime,
List<? extends javax.ws.rs.core.MediaType> produceMime,
boolean isProducesDeclared,
RequestDispatcher dispatcher) |
ResourceMethod(String httpMethod,
UriTemplate template,
List<? extends javax.ws.rs.core.MediaType> consumeMime,
List<? extends javax.ws.rs.core.MediaType> produceMime,
boolean isProducesDeclared,
RequestDispatcher dispatcher,
List<ContainerRequestFilter> requestFilters,
List<ContainerResponseFilter> responseFilters) |
Modifier and Type | Class and Description |
---|---|
class |
PathTemplate
A URI template for a URI path.
|
Modifier and Type | Method and Description |
---|---|
UriTemplate |
PathPattern.getTemplate()
Get template.
|
Constructor and Description |
---|
PathPattern(UriTemplate template)
Public constructor.
|
PathPattern(UriTemplate template,
String rightHandSide)
Public ctor.
|
Modifier and Type | Method and Description |
---|---|
protected UriTemplate |
BaseRule.getTemplate()
Get URI template initialized in ctor.
|
Constructor and Description |
---|
BaseRule(UriTemplate template)
Public constructor.
|
ResourceClassRule(UriTemplate template,
Class resourceClass)
Public constructor.
|
ResourceObjectRule(UriTemplate template,
Object resourceObject)
Public ctor.
|
SubLocatorRule(UriTemplate template,
List<Injectable> is,
List<ContainerRequestFilter> requestFilters,
List<ContainerResponseFilter> responseFilters,
DispatchingListener dispatchingListener,
AbstractSubResourceLocator locator) |
Modifier and Type | Method and Description |
---|---|
void |
UriRuleContext.pushMatch(UriTemplate template,
List<String> names)
Push a match.
|
Copyright © 2013 Oracle Corporation. All rights reserved.