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

NAME

Wombat::Core::EngineMapper - internal mapper base class

SYNOPSIS

DESCRIPTION

Implementation of Wombat::Mapper for a Wombat::Core::Engine.

ACCESSOR METHODS

setContainer($container)

Set the Container with which the Mapper is associated.

Parameters:

$container

the Wombat::Container used for processing Requests

Throws:

Servlet::Util::IllegalArgumentException

if the Container is not acceptable to this Mapper

PUBLIC METHODS

map($request)

Return the child Container that should be used to process the Request, or undef f no such child Container can be identified.

Parameters:

$request

the Wombat::Request being processed

SEE ALSO

Servlet::Util::Exception, Wombat::Container, Wombat::Engine, Wombat::Mapper, Wombat::Request

AUTHOR

Brian Moseley, bcm@maz.org