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

NAME

FWS::V2::Display - Framework Sites version 2 web display methods

VERSION

Version 1.13091122

SYNOPSIS

    use FWS::V2;

    my $fws = FWS::V2->new();

DESCRIPTION

FWS version 2 core web display methods

METHODS

addToFoot

Add content to the html just above the body tag.

addToHead

Add content to the html head area.

FWSHead

Return the head html for a fws page rendering.

FWSJava

Return the lazy loaded JavaScript including anything added to the pageFoot.

displayContent

Return the full web rendering for a FWS Page. This includes the Content-Type HTML headers. preContent hook element can be added to a site that will run before any rendering takes place.

printPage

Return the processed FWS Page, this can be used for any content type and is not prefaced with any specific web headers During this process the session will be updated if it was changed from when it was received .

AUTHOR

Nate Lewis, <nlewis at gnetworks.com>

BUGS

Please report any bugs or feature requests to bug-fws-v2 at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=FWS-V2. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc FWS::V2::Display

You can also look for information at:

LICENSE AND COPYRIGHT

Copyright 2013 Nate Lewis.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.