Wombat::Mapper - internal mapper interface
This interface specifies a component that selects a subordinate Container to continue processing a Request for a parent Container, modifying the properties of the Request to reflect the selections made.
A Container may be associated with a single Mapper that processes all requests to that Container or a Mapper for each request protocol that the Container supports.
getContainer()
setContainer($container)
Parameters:
Throws:
getProtocol()
setProtocol($protocol)
Parameters:
map($request)
undef
f no such child Container can be identified.
Parameters:
the Wombat::Container manpage, the Wombat::Request manpage
Brian Moseley, bcm@maz.org