DOKK / manpages / debian 10 / libcatalyst-perl / Catalyst::ActionContainer.3pm.en
Catalyst::ActionContainer(3pm) User Contributed Perl Documentation Catalyst::ActionContainer(3pm)

Catalyst::ActionContainer - Catalyst Action Container

See Catalyst.

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

Can be called with { part => $part, actions => \%actions } for full construction or with just a part, which will result in an empty actions hashref to be populated via add_action later

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

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

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

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

Provided by Moose

Catalyst Contributors, see Catalyst.pm

This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself.

2019-01-19 perl v5.28.1