Uses of Class
com.sun.jersey.api.core.ResourceConfig

Packages that use ResourceConfig
com.sun.jersey.api.container Provides support for creating HTTP-based containers. 
com.sun.jersey.api.core Provides support for configuration. 
com.sun.jersey.api.wadl.config Provides support for configuring WADL generation. 
com.sun.jersey.spi.container Provides support for containers and the web application that manages resource classes. 
com.sun.jersey.spi.container.servlet Provides support for a servlet-based container. 
 

Uses of ResourceConfig in com.sun.jersey.api.container
 

Methods in com.sun.jersey.api.container with parameters of type ResourceConfig
static
<A> A
ContainerFactory.createContainer(java.lang.Class<A> type, ResourceConfig resourceConfig)
          Create a container according to the class requested.
 

Uses of ResourceConfig in com.sun.jersey.api.core
 

Subclasses of ResourceConfig in com.sun.jersey.api.core
 class ApplicationAdapter
          An extension of DefaultResourceConfig that adapts an instance of Application.
 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.
 

Uses of ResourceConfig in com.sun.jersey.api.wadl.config
 

Methods in com.sun.jersey.api.wadl.config with parameters of type ResourceConfig
static com.sun.jersey.impl.wadl.WadlGenerator WadlGeneratorConfigLoader.loadWadlGeneratorsFromConfig(ResourceConfig resourceConfig)
           
 

Uses of ResourceConfig in com.sun.jersey.spi.container
 

Methods in com.sun.jersey.spi.container with parameters of type ResourceConfig
 T ContainerProvider.createContainer(java.lang.Class<T> type, ResourceConfig resourceConfig, WebApplication application)
          Create an container of type T.
 void WebApplication.initiate(ResourceConfig resourceConfig)
          Initiate the Web application.
 void WebApplication.initiate(ResourceConfig resourceConfig, ComponentProvider provider)
          Initiate the Web application.
 

Uses of ResourceConfig in com.sun.jersey.spi.container.servlet
 

Methods in com.sun.jersey.spi.container.servlet with parameters of type ResourceConfig
protected  void ServletContainer.configure(ServletConfig sc, ResourceConfig rc, WebApplication wa)
          Configure the WebApplication.
protected  void ServletContainer.initiate(ResourceConfig rc, WebApplication wa)
          Initiate the WebApplication.
 



Copyright © 2008 Sun Microsystems, Inc. All Rights Reserved.