|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FeaturesAndProperties | |
|---|---|
| com.sun.jersey.api.client.config | Provides support for configuration of a
Client. |
| com.sun.jersey.api.core | Provides support for configuration. |
| com.sun.jersey.api.core.servlet | |
| com.sun.jersey.core.provider.jaxb | Provides support for JAXB-related message body readers and writers. |
| 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.spi.container | Provides support for containers and the web application that manages resource classes. |
| Uses of FeaturesAndProperties in com.sun.jersey.api.client.config |
|---|
| Subinterfaces of FeaturesAndProperties in com.sun.jersey.api.client.config | |
|---|---|
interface |
ClientConfig
The client configuration that declares common property names, features, properties, provider classes and singleton instances that may be used by a Client instance. |
| Classes in com.sun.jersey.api.client.config that implement FeaturesAndProperties | |
|---|---|
class |
DefaultClientConfig
A default client configuration. |
| Uses of FeaturesAndProperties in com.sun.jersey.api.core |
|---|
| Classes in com.sun.jersey.api.core that implement FeaturesAndProperties | |
|---|---|
class |
ApplicationAdapter
An extension of DefaultResourceConfig that adapts an instance
of Application. |
class |
ClassNamesResourceConfig
A mutable implementation of DefaultResourceConfig that explicitly
declares for root resource and provider classes. |
class |
ClasspathResourceConfig
A mutable implementation of DefaultResourceConfig that dynamically
searches for root resource and provider classes in the files and directories
declared by the property ClasspathResourceConfig.PROPERTY_CLASSPATH. |
class |
DefaultResourceConfig
A mutable implementation of ResourceConfig that declares
default values for features. |
class |
PackagesResourceConfig
A mutable implementation of DefaultResourceConfig that dynamically
searches for root resource and provider classes in a given a set of
declared package and in all (if any) sub-packages of those declared packages. |
class |
ResourceConfig
The resource configuration for configuring a web application. |
class |
ScanningResourceConfig
A resource configuration that performs scanning to find root resource and provider classes. |
| Uses of FeaturesAndProperties in com.sun.jersey.api.core.servlet |
|---|
| Classes in com.sun.jersey.api.core.servlet that implement FeaturesAndProperties | |
|---|---|
class |
WebAppResourceConfig
A mutable implementation of DefaultResourceConfig that dynamically
searches for root resource and provider classes in the Web application
resource paths declared by the property
ClasspathResourceConfig.PROPERTY_CLASSPATH. |
| Uses of FeaturesAndProperties in com.sun.jersey.core.provider.jaxb |
|---|
| Methods in com.sun.jersey.core.provider.jaxb with parameters of type FeaturesAndProperties | |
|---|---|
void |
AbstractJAXBProvider.setConfiguration(FeaturesAndProperties fp)
|
| Uses of FeaturesAndProperties in com.sun.jersey.server.wadl |
|---|
| Methods in com.sun.jersey.server.wadl that return FeaturesAndProperties | |
|---|---|
FeaturesAndProperties |
WadlGenerator.Environment.getFeaturesAndProperties()
|
| Methods in com.sun.jersey.server.wadl with parameters of type FeaturesAndProperties | |
|---|---|
com.sun.research.ws.wadl.Application |
WadlBuilder.generate(Providers providers,
FeaturesAndProperties fap,
UriInfo info,
ApplicationDescription description,
AbstractResource resource)
Generate WADL for a resource. |
com.sun.research.ws.wadl.Application |
WadlBuilder.generate(Providers providers,
FeaturesAndProperties fap,
UriInfo info,
ApplicationDescription description,
AbstractResource resource,
java.lang.String path)
Generate WADL for a virtual subresource resulting from sub resource methods. |
ApplicationDescription |
WadlBuilder.generate(Providers providers,
FeaturesAndProperties fap,
UriInfo info,
java.util.Set<AbstractResource> resources)
Generate WADL for a set of resources. |
WadlGenerator.Environment |
WadlGenerator.Environment.setFeaturesAndProperties(FeaturesAndProperties fap)
|
| Uses of FeaturesAndProperties in com.sun.jersey.server.wadl.generators |
|---|
| Fields in com.sun.jersey.server.wadl.generators declared as FeaturesAndProperties | |
|---|---|
protected FeaturesAndProperties |
AbstractWadlGeneratorGrammarGenerator._fap
|
| Uses of FeaturesAndProperties in com.sun.jersey.spi.container |
|---|
| Methods in com.sun.jersey.spi.container that return FeaturesAndProperties | |
|---|---|
FeaturesAndProperties |
WebApplication.getFeaturesAndProperties()
Get the features and properties. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||