Uses of Package
com.sun.jersey.spi.container

Packages that use com.sun.jersey.spi.container
com.sun.jersey.api.container.filter Provides common server-side filters. 
com.sun.jersey.guice.spi.container.servlet Provides support for Guice-based Web applications. 
com.sun.jersey.server.impl.application   
com.sun.jersey.server.impl.container   
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.model.method   
com.sun.jersey.server.impl.template   
com.sun.jersey.server.impl.uri.rules   
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.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.spi.container used by com.sun.jersey.api.container.filter
ContainerRequest
          An in-bound HTTP request to be processed by the web application.
ContainerRequestFilter
          A filter for filtering a request.
ContainerResponse
          An out-bound HTTP response to be processed by the web application.
ContainerResponseFilter
          A filter for filtering a response.
ResourceFilter
          A resource filter to be used to filter a resource method, a sub-resource method, or a sub-resource locator.
ResourceFilterFactory
          A resource filter factory responsible for creating ResourceFilter instances that match methods of the abstract resource model.
 

Classes in com.sun.jersey.spi.container used by com.sun.jersey.guice.spi.container.servlet
WebApplication
          A Web application that manages a set of resource classes.
 

Classes in com.sun.jersey.spi.container used by com.sun.jersey.server.impl.application
ContainerRequest
          An in-bound HTTP request to be processed by the web application.
ContainerResponse
          An out-bound HTTP response to be processed by the web application.
ContainerResponseFilter
          A filter for filtering a response.
ContainerResponseWriter
          Containers implement this interface and provide an instance to the WebApplication or ContainerResponse.
ExceptionMapperContext
          Provides lookup of ExceptionMapper instances that can be used to map exceptions to responses.
WebApplication
          A Web application that manages a set of resource classes.
 

Classes in com.sun.jersey.spi.container used by com.sun.jersey.server.impl.container
WebApplication
          A Web application that manages a set of resource classes.
WebApplicationProvider
          Service-provider interface for creating Web application instances.
 

Classes in com.sun.jersey.spi.container used by com.sun.jersey.server.impl.container.filter
ContainerRequest
          An in-bound HTTP request to be processed by the web application.
ContainerRequestFilter
          A filter for filtering a request.
ContainerResponseFilter
          A filter for filtering a response.
ResourceFilter
          A resource filter to be used to filter a resource method, a sub-resource method, or a sub-resource locator.
ResourceFilterFactory
          A resource filter factory responsible for creating ResourceFilter instances that match methods of the abstract resource model.
 

Classes in com.sun.jersey.spi.container used by com.sun.jersey.server.impl.container.grizzly
ContainerListener
          A listener that is registered with a ContainerNotifier to get notified of container related events.
ContainerProvider
          Service-provider interface for creating container instances.
WebApplication
          A Web application that manages a set of resource classes.
 

Classes in com.sun.jersey.spi.container used by com.sun.jersey.server.impl.container.httpserver
ContainerListener
          A listener that is registered with a ContainerNotifier to get notified of container related events.
ContainerProvider
          Service-provider interface for creating container instances.
WebApplication
          A Web application that manages a set of resource classes.
 

Classes in com.sun.jersey.spi.container used by com.sun.jersey.server.impl.container.servlet
WebApplication
          A Web application that manages a set of resource classes.
 

Classes in com.sun.jersey.spi.container used by com.sun.jersey.server.impl.model.method
ContainerRequestFilter
          A filter for filtering a request.
ContainerResponseFilter
          A filter for filtering a response.
ResourceFilter
          A resource filter to be used to filter a resource method, a sub-resource method, or a sub-resource locator.
 

Classes in com.sun.jersey.spi.container used by com.sun.jersey.server.impl.template
ContainerRequestFilter
          A filter for filtering a request.
ContainerResponseFilter
          A filter for filtering a response.
 

Classes in com.sun.jersey.spi.container used by com.sun.jersey.server.impl.uri.rules
ContainerRequestFilter
          A filter for filtering a request.
ContainerResponseFilter
          A filter for filtering a response.
 

Classes in com.sun.jersey.spi.container used by com.sun.jersey.simple.impl.container
ContainerListener
          A listener that is registered with a ContainerNotifier to get notified of container related events.
ContainerProvider
          Service-provider interface for creating container instances.
WebApplication
          A Web application that manages a set of resource classes.
 

Classes in com.sun.jersey.spi.container used by com.sun.jersey.spi.container
AdaptingContainerRequest
          An adapting in-bound HTTP request that may override the behaviour of ContainerRequest.
ContainerListener
          A listener that is registered with a ContainerNotifier to get notified of container related events.
ContainerRequest
          An in-bound HTTP request to be processed by the web application.
ContainerRequestFilter
          A filter for filtering a request.
ContainerResponse
          An out-bound HTTP response to be processed by the web application.
ContainerResponseFilter
          A filter for filtering a response.
ContainerResponseWriter
          Containers implement this interface and provide an instance to the WebApplication or ContainerResponse.
ExceptionMapperContext
          Provides lookup of ExceptionMapper instances that can be used to map exceptions to responses.
ResourceFilter
          A resource filter to be used to filter a resource method, a sub-resource method, or a sub-resource locator.
WebApplication
          A Web application that manages a set of resource classes.
 

Classes in com.sun.jersey.spi.container used by com.sun.jersey.spi.container.servlet
ContainerListener
          A listener that is registered with a ContainerNotifier to get notified of container related events.
WebApplication
          A Web application that manages a set of resource classes.
 

Classes in com.sun.jersey.spi.container used by com.sun.jersey.spi.spring.container.servlet
WebApplication
          A Web application that manages a set of resource classes.
 

Classes in com.sun.jersey.spi.container used by com.sun.jersey.spi.uri.rules
ContainerRequest
          An in-bound HTTP request to be processed by the web application.
ContainerResponse
          An out-bound HTTP response to be processed by the web application.
ContainerResponseFilter
          A filter for filtering a response.
 



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