The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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

Servlet::Servlet, Wombat::Core::Wrapper

AUTHOR

Brian Moseley, bcm@maz.org