Jonathan Rockway > Angerwhale-0.062 > Angerwhale::Content::FilterFactory

Download:
Angerwhale-0.062.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  1
View Bugs
Report a bug
Source  

NAME ^

Angerwhale::Content::FilterFactory - load filters and return the filter subs

SYNOPSIS ^

This module loads the Article filters in Angerwhale::Content::Filter and returns an initialized filter subroutine.

METHODS ^

new($appliction)

Create a new FilterFactory for Angerwhale application $application.

get_filters(@names)

Returns initialized filter subroutines for each class mentioned in @names. The Angerwhale::Content::Filter:: part is tacked on to the beginning of anything you pass.

An exception will be thrown if the entry in @names can't be loaded or doesn't return a proper filter.

AUTHOR ^

Jonathan Rockway

TODO ^