Package | Description |
---|---|
com.sun.jersey.api.model |
Provides an abstract model of a resource class.
|
com.sun.jersey.server.impl.model | |
com.sun.jersey.server.impl.modelapi.annotation | |
com.sun.jersey.server.impl.modelapi.validation | |
com.sun.jersey.server.impl.wadl | |
com.sun.jersey.server.spi.component |
Provides support for components that are resource classes.
|
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.
|
Modifier and Type | Method and Description |
---|---|
AbstractResource |
AbstractResourceMethod.getDeclaringResource() |
AbstractResource |
AbstractMethod.getResource() |
Modifier and Type | Method and Description |
---|---|
Set<AbstractResource> |
AbstractResourceModelContext.getAbstractRootResources() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractModelVisitor.visitAbstractResource(AbstractResource resource) |
Constructor and Description |
---|
AbstractImplicitViewMethod(AbstractResource resource) |
AbstractMethod(AbstractResource resource,
Method method,
Annotation[] annotations) |
AbstractResource(String path,
AbstractResource ar)
Create a new instance from an existing AbstractResource but
defining a new path.
|
AbstractResourceMethod(AbstractResource resource,
Method method,
Class returnType,
Type genericReturnType,
String httpMethod,
Annotation[] annotations) |
AbstractSetterMethod(AbstractResource resource,
Method method,
Annotation[] annotations) |
AbstractSubResourceLocator(AbstractResource resource,
Method method,
PathValue uriPath,
Annotation[] annotations)
Creates a new instance of AbstractSubResourceLocator
|
AbstractSubResourceMethod(AbstractResource resource,
Method method,
Class returnType,
Type genericReturnType,
PathValue uriPath,
String httpMethod,
Annotation[] annotations) |
Constructor and Description |
---|
ResourceUriRules(ResourceConfig resourceConfig,
ResourceMethodDispatchProvider dp,
ServerInjectableProviderContext injectableContext,
FilterFactory ff,
WadlFactory wadlFactory,
DispatchingListener dispatchingListener,
AbstractResource resource) |
Modifier and Type | Method and Description |
---|---|
static AbstractResource |
IntrospectionModeller.createResource(Class<?> resourceClass) |
Modifier and Type | Method and Description |
---|---|
void |
BasicValidator.visitAbstractResource(AbstractResource resource) |
Modifier and Type | Method and Description |
---|---|
ResourceMethod |
WadlFactory.createWadlOptionsMethod(Map<String,List<ResourceMethod>> methods,
AbstractResource resource,
PathPattern p)
Create the WADL resource method for OPTIONS.
|
Application |
WadlApplicationContextImpl.getApplication(javax.ws.rs.core.UriInfo info,
AbstractResource resource,
String path) |
Application |
WadlApplicationContextInjectionProxy.getApplication(javax.ws.rs.core.UriInfo info,
AbstractResource resource,
String path) |
Modifier and Type | Method and Description |
---|---|
WadlApplicationContext |
WadlFactory.createWadlApplicationContext(Set<AbstractResource> rootResources) |
void |
WadlFactory.init(InjectableProviderFactory ipf,
Set<AbstractResource> rootResources) |
Constructor and Description |
---|
WadlApplicationContextImpl(Set<AbstractResource> rootResources,
ResourceConfig resourceConfig) |
Modifier and Type | Method and Description |
---|---|
void |
ResourceComponentProvider.init(AbstractResource abstractResource)
Initiate the component provider with the resource model.
|
Constructor and Description |
---|
ResourceComponentConstructor(ServerInjectableProviderContext sipc,
ComponentScope scope,
AbstractResource ar) |
ResourceComponentDestructor(AbstractResource ar) |
ResourceComponentInjector(ServerInjectableProviderContext ipc,
ComponentScope s,
AbstractResource resource)
Create a new resource component injector.
|
Modifier and Type | Method and Description |
---|---|
ApplicationDescription |
WadlBuilder.generate(javax.ws.rs.core.UriInfo info,
Set<AbstractResource> resources)
Generate WADL for a set of resources.
|
Modifier and Type | Method and Description |
---|---|
Method |
WadlGeneratorResourceDocSupport.createMethod(AbstractResource r,
AbstractResourceMethod m) |
Param |
WadlGeneratorResourceDocSupport.createParam(AbstractResource r,
AbstractMethod m,
Parameter p) |
Request |
WadlGeneratorResourceDocSupport.createRequest(AbstractResource r,
AbstractResourceMethod m) |
Representation |
WadlGeneratorResourceDocSupport.createRequestRepresentation(AbstractResource r,
AbstractResourceMethod m,
javax.ws.rs.core.MediaType mediaType) |
Resource |
WadlGeneratorResourceDocSupport.createResource(AbstractResource r,
String path) |
List<Response> |
WadlGeneratorResourceDocSupport.createResponses(AbstractResource r,
AbstractResourceMethod m) |
Copyright © 2013 Oracle Corporation. All rights reserved.