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.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 |
---|---|
java.util.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 |
---|---|
com.sun.research.ws.wadl.Method |
WadlGeneratorImpl.createMethod(AbstractResource r,
AbstractResourceMethod m) |
com.sun.research.ws.wadl.Method |
WadlGenerator.createMethod(AbstractResource r,
AbstractResourceMethod m) |
com.sun.research.ws.wadl.Request |
WadlGeneratorImpl.createRequest(AbstractResource r,
AbstractResourceMethod m) |
com.sun.research.ws.wadl.Request |
WadlGenerator.createRequest(AbstractResource r,
AbstractResourceMethod m) |
com.sun.research.ws.wadl.Representation |
WadlGeneratorImpl.createRequestRepresentation(AbstractResource r,
AbstractResourceMethod m,
MediaType mediaType) |
com.sun.research.ws.wadl.Representation |
WadlGenerator.createRequestRepresentation(AbstractResource r,
AbstractResourceMethod m,
MediaType mediaType) |
com.sun.research.ws.wadl.Representation |
WadlGeneratorImpl.createResponseRepresentation(AbstractResource r,
AbstractResourceMethod m,
MediaType mediaType) |
java.util.List<com.sun.research.ws.wadl.Response> |
WadlGeneratorImpl.createResponses(AbstractResource r,
AbstractResourceMethod m) |
java.util.List<com.sun.research.ws.wadl.Response> |
WadlGenerator.createResponses(AbstractResource r,
AbstractResourceMethod m) |
Modifier and Type | Method and Description |
---|---|
com.sun.research.ws.wadl.Method |
WadlGeneratorGrammarsSupport.createMethod(AbstractResource ar,
AbstractResourceMethod arm) |
com.sun.research.ws.wadl.Method |
WadlGeneratorApplicationDoc.createMethod(AbstractResource r,
AbstractResourceMethod m) |
com.sun.research.ws.wadl.Method |
AbstractWadlGeneratorGrammarGenerator.createMethod(AbstractResource ar,
AbstractResourceMethod arm) |
com.sun.research.ws.wadl.Request |
WadlGeneratorGrammarsSupport.createRequest(AbstractResource ar,
AbstractResourceMethod arm) |
com.sun.research.ws.wadl.Request |
WadlGeneratorApplicationDoc.createRequest(AbstractResource r,
AbstractResourceMethod m) |
com.sun.research.ws.wadl.Request |
AbstractWadlGeneratorGrammarGenerator.createRequest(AbstractResource ar,
AbstractResourceMethod arm) |
com.sun.research.ws.wadl.Representation |
WadlGeneratorGrammarsSupport.createRequestRepresentation(AbstractResource ar,
AbstractResourceMethod arm,
MediaType mt) |
com.sun.research.ws.wadl.Representation |
WadlGeneratorApplicationDoc.createRequestRepresentation(AbstractResource r,
AbstractResourceMethod m,
MediaType mediaType) |
com.sun.research.ws.wadl.Representation |
AbstractWadlGeneratorGrammarGenerator.createRequestRepresentation(AbstractResource ar,
AbstractResourceMethod arm,
MediaType mt) |
java.util.List<com.sun.research.ws.wadl.Response> |
WadlGeneratorGrammarsSupport.createResponses(AbstractResource ar,
AbstractResourceMethod arm) |
java.util.List<com.sun.research.ws.wadl.Response> |
WadlGeneratorApplicationDoc.createResponses(AbstractResource r,
AbstractResourceMethod m) |
java.util.List<com.sun.research.ws.wadl.Response> |
AbstractWadlGeneratorGrammarGenerator.createResponses(AbstractResource ar,
AbstractResourceMethod arm) |
Modifier and Type | Method and Description |
---|---|
com.sun.research.ws.wadl.Method |
WadlGeneratorResourceDocSupport.createMethod(AbstractResource r,
AbstractResourceMethod m) |
com.sun.research.ws.wadl.Request |
WadlGeneratorResourceDocSupport.createRequest(AbstractResource r,
AbstractResourceMethod m) |
com.sun.research.ws.wadl.Representation |
WadlGeneratorResourceDocSupport.createRequestRepresentation(AbstractResource r,
AbstractResourceMethod m,
MediaType mediaType) |
java.util.List<com.sun.research.ws.wadl.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 © 2016 Oracle Corporation. All Rights Reserved.