Catalyst::ActionChain - Chain of Catalyst Actions |
Catalyst::ActionChain - Chain of Catalyst Actions
See the Catalyst::Manual::Intro manpage for more info about Chained actions.
This class represents a chain of Catalyst Actions. It behaves exactly like the action at the *end* of the chain except on dispatch it will execute all the actions in the chain in order.
Accessor for the action chain; will be an arrayref of the Catalyst::Action objects encapsulated by this chain.
Dispatch this action chain against a context; will dispatch the encapsulated actions in order.
Takes a list of Catalyst::Action objects and constructs and returns a Catalyst::ActionChain object representing a chain of these actions
Matt S. Trout
This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.
Catalyst::ActionChain - Chain of Catalyst Actions |