NAME
Mango::Catalyst::View::Text - View class for Text output
SYNOPSIS
$c->view('Text');
DESCRIPTION
Mango::Catalyst::View::Text renders content using Catalyst::View::TT and serves it with the following content type:
text/plain; charset=utf-8
METHODS
process
Creates plain text 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('Text'));
AUTHOR
Christopher H. Laco
CPAN ID: CLACO
claco@chrislaco.com
http://today.icantfocus.com/blog/