org.apache.catalina
インタフェース ContainerServlet
- 既知の実装クラスの一覧:
- InvokerServlet, ManagerServlet
- 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.
- バージョン:
- $Revision: 1.3 $ $Date: 2001/07/22 20:13:30 $
- 作成者:
- Craig R. McClanahan
メソッドの概要 |
Wrapper |
getWrapper()
Return the Wrapper with which this Servlet is associated. |
void |
setWrapper(Wrapper wrapper)
Set the Wrapper with which this Servlet is associated. |
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.
- パラメータ:
wrapper
- The new associated Wrapper
Copyright ? 2000-2001 Apache Software Foundation. All Rights Reserved.