NAME
Wombat::ContainerServlet - internal container servlet interface
SYNOPSIS
DESCRIPTION
This interface specifies a servlet that has access to Wombat internal functionality. The accessor methods must be called by the Container whenever a new instance of the servlet is put into service.
accessor METHODS
- getWrapper()
-
Return the Wrapper that wraps this Servlet.
- setWrapper($wrapper)
-
Set the Wrapper that wraps this Servlet.
Parameters:
SEE ALSO
Servlet::Servlet, Wombat::Core::Wrapper
AUTHOR
Brian Moseley, bcm@maz.org