FileDocCategorySizeDatePackage
ContainerServlet.javaAPI DocGlassfish v2 API2868Fri May 04 22:31:52 BST 2007org.apache.catalina

ContainerServlet

public interface ContainerServlet
A ContainerServlet is a servlet that has access to Catalina internal functionality, and is loaded from the Catalina class loader instead of the web application class loader. The property setter methods must be called by the container whenever a new instance of this servlet is put into service.
author
Craig R. McClanahan
version
$Revision: 1.3 $ $Date: 2007/05/05 05:31:51 $

Fields Summary
Constructors Summary
Methods Summary
public WrappergetWrapper()
Return the Wrapper with which this Servlet is associated.

public voidsetWrapper(Wrapper wrapper)
Set the Wrapper with which this Servlet is associated.

param
wrapper The new associated Wrapper