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.api.core Provides support for configuration. 
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.monitoring   
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.api.core
ReloadListener
           
 

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.
JavaMethodInvoker
           
ReloadListener
           
ResourceFilter
          A resource filter to be used to filter a resource method, a sub-resource method, or a sub-resource locator.
ResourceMethodDispatchProvider
          Service-provider interface for creating RequestDispatcher 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.servlet
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.
ReloadListener
           
WebApplication
          A Web application that manages a set of resource classes.
 

Classes in com.sun.jersey.spi.container used by com.sun.jersey.spi.monitoring
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.
 

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