NAME

CBAIS::Config::CBAIS - provide access to CBAIS global configs.

DESCRIPTION

This class provides access to CBAIS configs. This hides the format of the configuration files from the CBAIS application.


METHODS

getActions()

return a list of valid actions.

getActionPackage() action

This method returns the package (class) to instansiate for the given action.

getActionFilters() action

This method returns a list of filters to apply to an action configuration. It allows action configurations to be altered before being passed to action object constructors. It may return the empty list.