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.filter Provides common server-side filters. 
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.guice.spi.container Provides support for Guice-based applications. 
com.sun.jersey.guice.spi.container.servlet Provides support for Guice-based Web applications. 
com.sun.jersey.oauth.server   
com.sun.jersey.server.impl   
com.sun.jersey.server.impl.application   
com.sun.jersey.server.impl.component   
com.sun.jersey.server.impl.container.filter   
com.sun.jersey.server.impl.container.grizzly   
com.sun.jersey.server.impl.container.httpserver   
com.sun.jersey.server.impl.container.servlet   
com.sun.jersey.server.impl.ejb   
com.sun.jersey.server.impl.inject   
com.sun.jersey.server.impl.jcdi   
com.sun.jersey.server.impl.managedbeans   
com.sun.jersey.server.impl.model   
com.sun.jersey.server.impl.model.method   
com.sun.jersey.server.impl.model.method.dispatch   
com.sun.jersey.server.impl.resource   
com.sun.jersey.server.impl.wadl   
com.sun.jersey.server.spi.component Provides support for components that are resource classes. 
com.sun.jersey.simple.container   
com.sun.jersey.simple.impl.container   
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 servlet-based and filter-based Web applications. 
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.spring.container Provides support for Spring-based applications. 
com.sun.jersey.spi.spring.container.servlet Provides support for Spring-based Web applications. 
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.filter
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.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.
ScanningResourceConfig
          A resource configuration that performs scannning to find root resource and provider classes.
Traceable
          Traceable support for checking if tracing is enabled and to add trace messages.
TraceInformation.TraceHeaderListener
           
 

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.guice.spi.container
ResourceConfig
          The resource configuration for configuring a web application.
 

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

Classes in com.sun.jersey.api.core used by com.sun.jersey.oauth.server
HttpRequestContext
          An abstraction of a HTTP request.
 

Classes in com.sun.jersey.api.core used by com.sun.jersey.server.impl
ExtendedUriInfo
          Extentions to UriInfo.
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.
Traceable
          Traceable support for checking if tracing is enabled and to add trace messages.
 

Classes in com.sun.jersey.api.core used by com.sun.jersey.server.impl.application
DefaultResourceConfig
          A mutable implementation of ResourceConfig that declares default values for features.
ExtendedUriInfo
          Extentions to UriInfo.
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.
Traceable
          Traceable support for checking if tracing is enabled and to add trace messages.
 

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

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

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

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

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

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

Classes in com.sun.jersey.api.core used by com.sun.jersey.server.impl.inject
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.server.impl.jcdi
ResourceConfig
          The resource configuration for configuring a web application.
 

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

Classes in com.sun.jersey.api.core used by com.sun.jersey.server.impl.model
HttpRequestContext
          An abstraction of a HTTP request.
ResourceConfig
          The resource configuration for configuring a web application.
 

Classes in com.sun.jersey.api.core used by com.sun.jersey.server.impl.model.method
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.server.impl.model.method.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.server.impl.resource
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.server.impl.wadl
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.simple.container
ResourceConfig
          The resource configuration for configuring a web application.
 

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

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.
Traceable
          Traceable support for checking if tracing is enabled and to add trace messages.
 

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.spring.container
ResourceConfig
          The resource configuration for configuring a web application.
 

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

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.
Traceable
          Traceable support for checking if tracing is enabled and to add trace messages.
 



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