Catalyst::View::TT::Filters::LazyLoader - TT View Class with Template::Filters::LazyLoader support.


Catalyst-View-TT-Filters-LazyLoader documentation  | view source Contained in the Catalyst-View-TT-Filters-LazyLoader distribution.

Index


NAME

Top

Catalyst::View::TT::Filters::LazyLoader - TT View Class with Template::Filters::LazyLoader support.

SYNOPSIS

Top

 package MyApp::View::TT;

 use strict;
 use base 'Catalyst::View::TT::Filters::LazyLoader';

 __PACKAGE__->config({
    FILTERS_LAZYLOADER => {
        pkg => 'MyApp::TTFilters',
    },
 });

DESCRIPTION

Top

TT View Class with Template::Filters::LazyLoader support.

METHOD

Top

new

this class override new().

SEE ALSO

Top

Template::Filters::LazyLoader

AUTHOR

Top

Tomohiro Teranishi <tomohiro.teranishi@gmail.com>


Catalyst-View-TT-Filters-LazyLoader documentation  | view source Contained in the Catalyst-View-TT-Filters-LazyLoader distribution.