Package | Description |
---|---|
com.sun.jersey.api.container.filter |
Provides common server-side filters.
|
com.sun.jersey.api.container.filter.servlet | |
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.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ResourceFilter> |
RolesAllowedResourceFilterFactory.create(AbstractMethod am) |
java.util.List<ResourceFilter> |
ResourceDebuggingFilterFactory.create(AbstractMethod am) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ResourceFilter> |
RolesAllowedResourceFilterFactory.create(AbstractMethod am) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractImplicitViewMethod
Abstraction for an implicit view method.
|
class |
AbstractResourceMethod
Abstraction for a resource method
|
class |
AbstractSetterMethod |
class |
AbstractSubResourceLocator
Abstraction for a sub resource locator
|
class |
AbstractSubResourceMethod |
Modifier and Type | Method and Description |
---|---|
com.sun.research.ws.wadl.Param |
WadlGeneratorImpl.createParam(AbstractResource r,
AbstractMethod m,
Parameter p) |
com.sun.research.ws.wadl.Param |
WadlGenerator.createParam(AbstractResource r,
AbstractMethod m,
Parameter p) |
Modifier and Type | Method and Description |
---|---|
com.sun.research.ws.wadl.Param |
WadlGeneratorGrammarsSupport.createParam(AbstractResource ar,
AbstractMethod am,
Parameter p) |
com.sun.research.ws.wadl.Param |
WadlGeneratorApplicationDoc.createParam(AbstractResource r,
AbstractMethod m,
Parameter p) |
com.sun.research.ws.wadl.Param |
AbstractWadlGeneratorGrammarGenerator.createParam(AbstractResource ar,
AbstractMethod am,
Parameter p) |
Modifier and Type | Method and Description |
---|---|
com.sun.research.ws.wadl.Param |
WadlGeneratorResourceDocSupport.createParam(AbstractResource r,
AbstractMethod m,
Parameter p) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ResourceFilter> |
ResourceFilterFactory.create(AbstractMethod am)
Create a list of
ResourceFilter instance given a method
of the abstract resource model. |
Copyright © 2016 Oracle Corporation. All Rights Reserved.