NAME
POE::Component::WebApp::Adapter - Base class for POE::Component::WebApp Adapters
SYNOPSIS
my $adapter = POE::Component::WebApp::Adapter::<ADAPTER TYPE>;
my $dispatcher = POE::Component::WebApp->new( adapter => $adapter,
...
);
DESCRIPTION
Adapters allow the L<POE::Component::WebApp> and it's context objects to dispatcher URIs
for different servers. The Adapters turn it into a base form that the Dispatcher recognizes.