Uses of Package
com.sun.jersey.api.core

Packages that use com.sun.jersey.api.core
com.sun.jersey.api.container Provides support for creating HTTP-based containers. 
com.sun.jersey.api.container.grizzly Provides support for creating Grizzly-based HTTP containers. 
com.sun.jersey.api.container.httpserver Provides support for creating a Light weight HTTP server HTTP container. 
com.sun.jersey.api.core Provides support for configuration. 
com.sun.jersey.api.wadl.config Provides support for configuring WADL generation. 
com.sun.jersey.server.spi.component Provides support for components that are resource classes. 
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. 
com.sun.jersey.spi.dispatch Provides support for dispatching the HTTP request to a resource method of a resource class instance. 
com.sun.jersey.spi.uri.rules Provides support for hierarchical matching and accepting of URIs. 
 

Classes in com.sun.jersey.api.core used by com.sun.jersey.api.container
ResourceConfig
          The resource configuration for configuring a web application.
 

Classes in com.sun.jersey.api.core used by com.sun.jersey.api.container.grizzly
ResourceConfig
          The resource configuration for configuring a web application.
 

Classes in com.sun.jersey.api.core used by com.sun.jersey.api.container.httpserver
ResourceConfig
          The resource configuration for configuring a web application.
 

Classes in com.sun.jersey.api.core used by com.sun.jersey.api.core
DefaultResourceConfig
          A mutable implementation of ResourceConfig that declares default values for features.
ExtendedUriInfo
          Extentions to UriInfo.
HttpRequestContext
          An abstraction of a HTTP request.
HttpResponseContext
          An abstraction of a HTTP response.
ResourceConfig
          The resource configuration for configuring a web application.
 

Classes in com.sun.jersey.api.core used by com.sun.jersey.api.wadl.config
ResourceConfig
          The resource configuration for configuring a web application.
 

Classes in com.sun.jersey.api.core used by com.sun.jersey.server.spi.component
HttpContext
          A HttpContext makes it possible for a web resource implementation class to access and manipulate HTTP request and response information directly.
 

Classes in com.sun.jersey.api.core used by com.sun.jersey.spi.container
HttpContext
          A HttpContext makes it possible for a web resource implementation class to access and manipulate HTTP request and response information directly.
HttpRequestContext
          An abstraction of a HTTP request.
HttpResponseContext
          An abstraction of a HTTP response.
ResourceConfig
          The resource configuration for configuring a web application.
 

Classes in com.sun.jersey.api.core used by com.sun.jersey.spi.container.servlet
ResourceConfig
          The resource configuration for configuring a web application.
 

Classes in com.sun.jersey.api.core used by com.sun.jersey.spi.dispatch
HttpContext
          A HttpContext makes it possible for a web resource implementation class to access and manipulate HTTP request and response information directly.
 

Classes in com.sun.jersey.api.core used by com.sun.jersey.spi.uri.rules
HttpContext
          A HttpContext makes it possible for a web resource implementation class to access and manipulate HTTP request and response information directly.
 



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