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.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. 
 

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 requests before the request is dispatched to a root resource class.
ContainerResponse
          An out-bound HTTP response to be processed by the web application.
ContainerResponseFilter
          A filter for filtering a response after the response is returned from a resource class and before the response is written to the container.
 

Classes in com.sun.jersey.spi.container used by com.sun.jersey.spi.container
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.
ContainerResponse
          An out-bound HTTP response to be processed by the web application.
ContainerResponseWriter
          Containers implement this interface and provide an instance to the WebApplication or ContainerResponse.
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.
 



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