Package | Description |
---|---|
com.sun.jersey.api.core |
Provides support for configuration.
|
com.sun.jersey.api.model |
Provides an abstract model of a resource class.
|
com.sun.jersey.multipart.impl | |
com.sun.jersey.server.impl.application | |
com.sun.jersey.server.impl.ejb | |
com.sun.jersey.server.impl.model.method | |
com.sun.jersey.server.impl.model.method.dispatch | |
com.sun.jersey.server.impl.modelapi.validation | |
com.sun.jersey.server.wadl |
Provides support for WADL configuration and generation.
|
com.sun.jersey.server.wadl.generators |
Provides support for JAXB WADL generation.
|
com.sun.jersey.server.wadl.generators.resourcedoc |
Provides support for JAXB WADL generation for resource classes.
|
com.sun.jersey.spi.container |
Provides support for containers and the web application that manages
resource classes.
|
com.sun.jersey.spi.monitoring | |
com.sun.jersey.spi.uri.rules |
Provides support for hierarchical matching and accepting of URIs.
|
Modifier and Type | Method and Description |
---|---|
AbstractResourceMethod |
ExtendedUriInfo.getMatchedMethod()
Get get matched resource method that was invoked.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSubResourceMethod |
Modifier and Type | Method and Description |
---|---|
List<AbstractResourceMethod> |
AbstractResource.getResourceMethods()
Provides a non-null list of resource methods available on the resource
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractModelVisitor.visitAbstractResourceMethod(AbstractResourceMethod method) |
Modifier and Type | Method and Description |
---|---|
RequestDispatcher |
FormDataMultiPartDispatchProvider.create(AbstractResourceMethod abstractResourceMethod) |
RequestDispatcher |
FormDataMultiPartDispatchProvider.create(AbstractResourceMethod method,
JavaMethodInvoker invoker) |
protected InjectableValuesProvider |
FormDataMultiPartDispatchProvider.getInjectableValuesProvider(AbstractResourceMethod method) |
Modifier and Type | Method and Description |
---|---|
AbstractResourceMethod |
WebApplicationContext.getMatchedMethod() |
Modifier and Type | Method and Description |
---|---|
RequestDispatcher |
ResourceMethodDispatcherFactory.create(AbstractResourceMethod abstractResourceMethod) |
void |
WebApplicationContext.pushMethod(AbstractResourceMethod arm) |
Modifier and Type | Method and Description |
---|---|
RequestDispatcher |
EJBRequestDispatcherProvider.create(AbstractResourceMethod abstractResourceMethod) |
Modifier and Type | Method and Description |
---|---|
AbstractResourceMethod |
ResourceMethod.getAbstractResourceMethod()
Get the abstract resource method.
|
AbstractResourceMethod |
ResourceHttpMethod.getAbstractResourceMethod() |
Constructor and Description |
---|
ResourceHttpMethod(ResourceMethodDispatchProvider dp,
FilterFactory ff,
AbstractResourceMethod arm) |
ResourceHttpMethod(ResourceMethodDispatchProvider dp,
FilterFactory ff,
List<ResourceFilter> resourceFilters,
UriTemplate template,
AbstractResourceMethod arm) |
ResourceHttpMethod(ResourceMethodDispatchProvider dp,
FilterFactory ff,
UriTemplate template,
AbstractResourceMethod arm) |
Modifier and Type | Method and Description |
---|---|
RequestDispatcher |
HttpReqResDispatchProvider.create(AbstractResourceMethod abstractResourceMethod) |
RequestDispatcher |
FormDispatchProvider.create(AbstractResourceMethod abstractResourceMethod) |
RequestDispatcher |
VoidVoidDispatchProvider.create(AbstractResourceMethod abstractResourceMethod) |
RequestDispatcher |
AbstractResourceMethodDispatchProvider.create(AbstractResourceMethod abstractResourceMethod) |
RequestDispatcher |
MultipartFormDispatchProvider.create(AbstractResourceMethod method) |
RequestDispatcher |
HttpReqResDispatchProvider.create(AbstractResourceMethod abstractResourceMethod,
JavaMethodInvoker invoker) |
RequestDispatcher |
FormDispatchProvider.create(AbstractResourceMethod abstractResourceMethod,
JavaMethodInvoker invoker) |
RequestDispatcher |
VoidVoidDispatchProvider.create(AbstractResourceMethod abstractResourceMethod,
JavaMethodInvoker invoker) |
RequestDispatcher |
AbstractResourceMethodDispatchProvider.create(AbstractResourceMethod abstractResourceMethod,
JavaMethodInvoker invoker) |
RequestDispatcher |
MultipartFormDispatchProvider.create(AbstractResourceMethod method,
JavaMethodInvoker invoker) |
protected List<Injectable> |
FormDispatchProvider.getInjectables(AbstractResourceMethod method) |
protected List<Injectable> |
MultipartFormDispatchProvider.getInjectables(AbstractResourceMethod method) |
protected InjectableValuesProvider |
FormDispatchProvider.getInjectableValuesProvider(AbstractResourceMethod abstractResourceMethod) |
protected InjectableValuesProvider |
EntityParamDispatchProvider.getInjectableValuesProvider(AbstractResourceMethod abstractResourceMethod) |
protected abstract InjectableValuesProvider |
AbstractResourceMethodDispatchProvider.getInjectableValuesProvider(AbstractResourceMethod abstractResourceMethod)
Get the injectable values provider for an abstract resource method.
|
Constructor and Description |
---|
ResourceJavaMethodDispatcher(AbstractResourceMethod abstractResourceMethod,
JavaMethodInvoker invoker) |
VoidVoidDispatchProvider.VoidVoidMethodInvoker(AbstractResourceMethod abstractResourceMethod) |
VoidVoidDispatchProvider.VoidVoidMethodInvoker(AbstractResourceMethod abstractResourceMethod,
JavaMethodInvoker invoker) |
Modifier and Type | Method and Description |
---|---|
void |
BasicValidator.visitAbstractResourceMethod(AbstractResourceMethod method) |
Modifier and Type | Method and Description |
---|---|
Method |
WadlGeneratorResourceDocSupport.createMethod(AbstractResource r,
AbstractResourceMethod m) |
Request |
WadlGeneratorResourceDocSupport.createRequest(AbstractResource r,
AbstractResourceMethod m) |
Representation |
WadlGeneratorResourceDocSupport.createRequestRepresentation(AbstractResource r,
AbstractResourceMethod m,
javax.ws.rs.core.MediaType mediaType) |
List<Response> |
WadlGeneratorResourceDocSupport.createResponses(AbstractResource r,
AbstractResourceMethod m) |
Modifier and Type | Method and Description |
---|---|
RequestDispatcher |
ResourceMethodDispatchProvider.create(AbstractResourceMethod abstractResourceMethod)
Create a
RequestDispatcher for a resource method of
a resource. |
RequestDispatcher |
ResourceMethodCustomInvokerDispatchProvider.create(AbstractResourceMethod abstractResourceMethod,
JavaMethodInvoker invoker)
Create a
RequestDispatcher for a resource method of
a resource. |
RequestDispatcher |
ResourceMethodCustomInvokerDispatchFactory.getDispatcher(AbstractResourceMethod abstractResourceMethod,
JavaMethodInvoker invoker) |
Modifier and Type | Method and Description |
---|---|
void |
DispatchingListener.onResourceMethod(long id,
AbstractResourceMethod method)
Called right before resource method invocation.
|
Modifier and Type | Method and Description |
---|---|
void |
UriRuleContext.pushMethod(AbstractResourceMethod arm)
Push the matching resource method.
|
Copyright © 2013 Oracle Corporation. All rights reserved.