Package org.apache.catalina
Interface ContainerServlet
-
- All Known Implementing Classes:
InvokerServlet
public interface ContainerServletA 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.- Version:
- $Revision: 1.2 $ $Date: 2005/12/08 01:27:15 $
- Author:
- Craig R. McClanahan
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WrappergetWrapper()Return the Wrapper with which this Servlet is associated.voidsetWrapper(Wrapper wrapper)Set the Wrapper with which this Servlet is associated.
-