
Rubric::WebApp::Entries - process the /entries run method

version 0.151

Rubric::WebApp::Entries implements a URI parser that builds a query based on a query URI, passes it to Rubric::Entries, and returns the rendered report on the results.

This method is called by Rubric::WebApp. It returns the rendered template for return to the user's browser.
returns a human-readable description of the query described by %args
Given a name/value pair from the path,
this method will attempt to generate part of hash to send to << Rubric::Entry->query >>.
To do this,
it looks for and calls a method called "arg_for_NAME" where NAME is the passed value of $param.
If no clause can be generated,
it returns undef.
Each of these functions returns the proper value to put in the hash passed to Rubric::Entries->query.
If given an invalid argument,
they will return undef.
Given a username, this method returns the associated Rubric::User object.
Given "happy fuzzy bunnies" this returns [ qw(happy fuzzy bunnies) ]
Returns the given boolean as 0 or 1.
Returns the given boolean as 0 or 1.
Returns the given boolean as 0 or 1.
This method returns the passed value, if that value is a valid 32-character md5sum.
These methods correspond to those described in Rubric::Entry::Query.
They return the passed string unchanged.

Ricardo SIGNES <rjbs@cpan.org>

This software is copyright (c) 2004 by Ricardo SIGNES.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.