| Rubric documentation | view source | Contained in the Rubric distribution. |
Rubric::Renderer - the rendering interface for Rubric
version 0.147
Rubric::Renderer provides a simple interface for rendering entries, entry sets, and other things collected by Rubric::WebApp.
This method registers a format type by providing a little data needed to render
to it. The hashref of arguments must include content_type, used to set the
MIME type of the returned ouput; and extension, used to find the primary
template.
This method returns a Template object, which is registered as the renderer for this type. This return value may change in the future.
This method renders the named template using the registered renderer for the given type, using the passed stash variables.
The type must be rendered with Rubric::Renderer before this method is called.
In list context, this method returns the content type and output document as a two-element list. In scalar context, it returns the output document.
Ricardo SIGNES, <rjbs@cpan.org>
Please report any bugs or feature requests to bug-rubric@rt.cpan.org, or
through the web interface at http://rt.cpan.org. I will be notified, and
then you'll automatically be notified of progress on your bug as I make
changes.
Copyright 2004 Ricardo SIGNES. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| Rubric documentation | view source | Contained in the Rubric distribution. |