Uses of Interface
com.sun.jersey.spi.container.ContainerListener

Packages that use ContainerListener
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. 
 

Uses of ContainerListener in com.sun.jersey.spi.container
 

Methods in com.sun.jersey.spi.container with parameters of type ContainerListener
 void ContainerNotifier.addListener(ContainerListener l)
          Add a container listener to be notified when the container events occur.
 

Uses of ContainerListener in com.sun.jersey.spi.container.servlet
 

Classes in com.sun.jersey.spi.container.servlet that implement ContainerListener
 class ServletContainer
          A Servlet or Filter for deploying root resource classes.
 class WebComponent
          An abstract Web component that may be extended to become a Servlet and/or Filter implementation.
 



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