NAME
POE::Component::WebApp::Dispatcher::Result - PoCo-WebApp Dispatcher result class.
DESCRIPTION
PoCo-WebApp dispatcher result class. All forward() calls, synchronous and asynchronous,
return PoCo-WebApp dispatch result object's. This allows for a consistent way of
handling both forward types. This is the synchronous base class, the deferred result
class is a subclass of this.