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.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 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.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.
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
          Extensions 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 scanning 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.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.
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.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 Oracle Corporation. All Rights Reserved.