|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
Method Summary | |
Wrapper |
getWrapper()
Return the Wrapper with which this Servlet is associated. |
void |
setWrapper(Wrapper wrapper)
Set the Wrapper with which this Servlet is associated. |
Method Detail |
public Wrapper getWrapper()
public void setWrapper(Wrapper wrapper)
wrapper
- The new associated Wrapper
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |