|
|
| |
Jifty::View(3) |
User Contributed Perl Documentation |
Jifty::View(3) |
Jifty::View - Base class for view modules
This is the base class for Jifty::View::Declare and Jifty::View::Mason::Handler,
which are the two view plugins shipped with Jifty. Other view plugins can be
built by extending this class.
Doesn't send headers if this is a subrequest (according to the current
Jifty::Request).
The default output method. Sets the content-type to
"text/html;
charset=utf-8" unless a content type has already
been set, and then sends a header if need be.
Jifty::View::Declare, Jifty::View::Declare::BaseClass,
Jifty::View::Mason::Handler
Jifty is Copyright 2005-2010 Best Practical Solutions, LLC. Jifty is distributed
under the same terms as Perl itself.
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |