| Catalyst-View-TT-Filters-LazyLoader documentation | view source | Contained in the Catalyst-View-TT-Filters-LazyLoader distribution. |
Catalyst::View::TT::Filters::LazyLoader - TT View Class with Template::Filters::LazyLoader support.
package MyApp::View::TT;
use strict;
use base 'Catalyst::View::TT::Filters::LazyLoader';
__PACKAGE__->config({
FILTERS_LAZYLOADER => {
pkg => 'MyApp::TTFilters',
},
});
TT View Class with Template::Filters::LazyLoader support.
this class override new().
Tomohiro Teranishi <tomohiro.teranishi@gmail.com>
| Catalyst-View-TT-Filters-LazyLoader documentation | view source | Contained in the Catalyst-View-TT-Filters-LazyLoader distribution. |