NAME

Catalyst::ActionContainer - Catalyst Action Container

SYNOPSIS

See Catalyst.

DESCRIPTION

This is a container for actions. The dispatcher sets up a tree of these to represent the various dispatch points in your application.

METHODS

get_action($name)

Returns an action from this container based on the action name, or undef

add_action($action, [ $name ])

Adds an action, optionally providing a name to override $action->name

actions

Accessor to the actions hashref, containing all actions in this container.

part

Accessor to the path part this container resolves to. Also what the container stringifies to.

AUTHOR

Matt S. Trout

COPYRIGHT

This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.