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

NAME

Jifty::View::Declare::BaseClass - Base class for Template::Declare views

DESCRIPTION

This class provides a base class for your Template::Declare derived view classes.

METHODS

use_mason_wrapper

Call this function in your view class to use your mason wrapper for Template::Declare templates.

Static

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

This function allows a developer to mark a Template::Declare template as an action. clkao owes documentation as to the meaning of this and when it would be acceptable to use it.

client_cacheable

Returns the type of cacheable object for client

show templatename arguments

Render a Template::Declare template.

ATTRIBUTES

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.

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.

SEE ALSO

Template::Declare, Jifty::View::Declare::Helpers, Jifty::View::Declare

LICENSE

Jifty is Copyright 2005-2007 Best Practical Solutions, LLC. Jifty is distributed under the same terms as Perl itself.