Bric::App::PreviewHandler

NAME

Bric::App::PreviewHandler - Special Apache handlers used for local previewing.

VERSION

$LastChangedRevision$

DATE

$LastChangedDate$

SYNOPSIS

<Perl>
    if (PREVIEW_LOCAL) {
        $PerlTransHandler = 'Bric::App::PreviewHandler::uri_handler';
        if (PREVIEW_MASON) {
            $PerlFixupHandler = 'Bric::App::PreviewHandler::fixup_handler';
        }
    }
</Perl>

DESCRIPTION

This package is the main package used by Apache for managing the Bricolage application. It loads all the necessary Mason and Bricolage libraries and sets everything up for use in Apache. It is one function is handler(), which is called by mod_perl for every request.

INTERFACE

Constructors

NONE.

Destructors

NONE.

Public Class Methods

NONE.

Public Functions

PRIVATE

Private Class Methods

NONE.

Private Instance Methods

NONE.

Private Functions

NONE.

NOTES

NONE.

AUTHOR

David Wheeler

SEE ALSO

Bric