NAME

Bric::App::ApacheHandler - subclass of HTML::Mason::ApacheHandler

VERSION

$Revision: 1.2 $

DATE

$Date: 2003/01/07 03:31:43 $

DESCRIPTION

This package is a subclass of HTML::Mason::ApacheHandler. It replaces the functionality previously provided by Bric::App::Handler::load_args; that is, it does some processing of the GET and POST data.

INTERFACE

Constructors

Inherited.

Destructors

Inherited.

Public Class Methods

Inherited.

Public Functions

my $ah = Bric::App::ApacheHandler->new( ... );

Overrides the HTML::Mason::ApacheHandler::request_args method to process GET and POST data. By overriding it, we are able to translate the characters to Unicode. Basically this is the old Bric::App::Handler::load_args method minus what was already in HTML::Mason::ApacheHander::_mod_perl_args.

Throws:

Side Effects: NONE.

NOTES: NONE.

PRIVATE

NONE.

NOTES

NONE.

AUTHOR

Scott Lanning <slanning@theworld.com>

SEE ALSO

Bric::App::Handler, HTML::Mason::ApacheHander