NAME
MojoX::Renderer::TT - Template Toolkit renderer for Mojo
VERSION
Version 0.01
SYNOPSIS
Add the handler:
use MojoX::Renderer::TT;
sub startup {
...
$self->renderer->add_handler( tt => MojoX::Renderer::TT->new( mojo => $self ) );
}
And then in the handler call render which will call the MojoX::Renderer::TT renderer.
$c->render(foo => 123, bar => [qw(giz mo)]);
METHODS
new
This currently requires a mojo
parameter pointing to the base class (Mojo). object. This method returns not a TT object, but a handler for the Mojo renderer.
AUTHOR
Ask Bjørn Hansen, <ask at develooper.com>
TODO
* Rename C<new> to something more sensical?
* Better support non-Mojolicious frameworks
* Don't require the mojo parameter
* Move the default template cache directory?
* Should the "tx" tpl parameter be called "c" (for context) instead?
* Accept options for setting up the Tempate object
* Better way to pass parameters to the templates?
* More sophisticated default search path?
BUGS
Please report any bugs or feature requests to bug-mojox-renderer-tt at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=MojoX-Renderer-TT. 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 MojoX::Renderer::TT
You can also look for information at:
RT: CPAN's request tracker
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
ACKNOWLEDGEMENTS
COPYRIGHT & LICENSE
Copyright 2008 Ask Bjørn Hansen, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 102:
Non-ASCII character seen before =encoding in 'Bjørn'. Assuming UTF-8