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:

$wrapper
the Wombat::Core::Wrapper that wraps this Servlet


SEE ALSO

the Servlet::Servlet manpage, the Wombat::Core::Wrapper manpage


AUTHOR

Brian Moseley, bcm@maz.org