org.apache.catalina

Interface 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.

Version: $Revision: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (Tue, 24 Oct 2006) $

Author: Craig R. McClanahan

Method Summary
WrappergetWrapper()
Return the Wrapper with which this Servlet is associated.
voidsetWrapper(Wrapper wrapper)
Set the Wrapper with which this Servlet is associated.

Method Detail

getWrapper

public Wrapper getWrapper()
Return the Wrapper with which this Servlet is associated.

setWrapper

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

Parameters: wrapper The new associated Wrapper

Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.