| 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 |
|---|---|
java.util.Set<AbstractResource> |
AbstractResourceModelContext.getAbstractRootResources() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractModelVisitor.visitAbstractResource(AbstractResource resource) |
| Constructor and Description |
|---|
AbstractImplicitViewMethod(AbstractResource resource) |
AbstractMethod(AbstractResource resource,
java.lang.reflect.Method method,
java.lang.annotation.Annotation[] annotations) |
AbstractResource(java.lang.String path,
AbstractResource ar)
Create a new instance from an existing AbstractResource but
defining a new path.
|
AbstractResourceMethod(AbstractResource resource,
java.lang.reflect.Method method,
java.lang.Class returnType,
java.lang.reflect.Type genericReturnType,
java.lang.String httpMethod,
java.lang.annotation.Annotation[] annotations) |
AbstractSetterMethod(AbstractResource resource,
java.lang.reflect.Method method,
java.lang.annotation.Annotation[] annotations) |
AbstractSubResourceLocator(AbstractResource resource,
java.lang.reflect.Method method,
PathValue uriPath,
java.lang.annotation.Annotation[] annotations)
Creates a new instance of AbstractSubResourceLocator
|
AbstractSubResourceMethod(AbstractResource resource,
java.lang.reflect.Method method,
java.lang.Class returnType,
java.lang.reflect.Type genericReturnType,
PathValue uriPath,
java.lang.String httpMethod,
java.lang.annotation.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(java.lang.Class<?> resourceClass) |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicValidator.visitAbstractResource(AbstractResource resource) |
| Modifier and Type | Method and Description |
|---|---|
ResourceMethod |
WadlFactory.createWadlOptionsMethod(java.util.Map<java.lang.String,java.util.List<ResourceMethod>> methods,
AbstractResource resource,
PathPattern p)
Create the WADL resource method for OPTIONS.
|
| Modifier and Type | Method and Description |
|---|---|
WadlApplicationContext |
WadlFactory.createWadlApplicationContext(java.util.Set<AbstractResource> rootResources) |
void |
WadlFactory.init(InjectableProviderFactory ipf,
java.util.Set<AbstractResource> rootResources) |
| Constructor and Description |
|---|
WadlApplicationContextImpl(java.util.Set<AbstractResource> rootResources,
WadlGenerator wadlGenerator) |
| 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 |
|---|---|
Application |
WadlBuilder.generate(java.util.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) |
RepresentationType |
WadlGeneratorResourceDocSupport.createRequestRepresentation(AbstractResource r,
AbstractResourceMethod m,
MediaType mediaType) |
Resource |
WadlGeneratorResourceDocSupport.createResource(AbstractResource r,
java.lang.String path) |
Response |
WadlGeneratorResourceDocSupport.createResponse(AbstractResource r,
AbstractResourceMethod m) |
Copyright © 2015 Oracle Corporation. All Rights Reserved.