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 servlet-based and filter-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.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.
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.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 © 2009 Sun Microsystems, Inc. All Rights Reserved.