The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Mango::Catalyst::View::HTML - View class for HTML output

SYNOPSIS

    $c->view('HTML');

DESCRIPTION

Mango::Catalyst::View::HTML renders content using Catalyst::View::TT and serves it with the following content type:

    text/html; charset=utf-8

METHODS

process

Creates HTML content, writes it to the response body, and changes the content type. There is usually no reason to call this method directly. Forward to this view instead:

    $c->forward($c->view('HTML'));

AUTHOR

    Christopher H. Laco
    CPAN ID: CLACO
    claco@chrislaco.com
    http://today.icantfocus.com/blog/