Query: jifty::view::declare::baseclass
OS: debian
Section: 3pm
Links: debian man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Jifty::View::Declare::BaseClass(3pm) User Contributed Perl Documentation Jifty::View::Declare::BaseClass(3pm)NAMEJifty::View::Declare::BaseClass - Base class for Template::Declare viewsDESCRIPTIONThis class provides a base class for your Template::Declare derived view classes.METHODSuse_mason_wrapper Call this function in your view class to use your mason wrapper for Template::Declare templates, something like: package TestApp::View; use Jifty::View::Declare -base; __PACKAGE__->use_mason_wrapper; If you don't use mason then you can define a "wrapper" function in the view class to override default page layouts. Default TD wrapper defined in Jifty::View::Declare::Helpers.ATTRIBUTESclkao owes documentation as to the meaning of this and when it would be acceptable to use it. Static TODO Document this... This is part of the client-caching system being developed for Perl to allow you to translate templates into JavaScript running on the client. This function allows a developer to mark a Template::Declare template as static (unchanging), so that the compiled version can be cached on the client side and inserted with javascript. Action TODO Document this... This is part of the client-caching system being developed for Perl to allow you to translate templates into JavaScript running on the client. This function allows a developer to mark a Template::Declare template as an action.SEE ALSOJifty::View::Declare, Template::Declare, Jifty::View::Declare::HelpersLICENSEJifty is Copyright 2005-2010 Best Practical Solutions, LLC. Jifty is distributed under the same terms as Perl itself. perl v5.14.2 2010-12-10 Jifty::View::Declare::BaseClass(3pm)
Similar Topics in the Unix Linux Community |
---|
View Hardware Configuration |
View command was typed |
View the Server Total Ram in GB |
VMware View Client Connection Issues |
Calling template at once |