1Catalyst::ActionChain(3U)ser Contributed Perl DocumentatiCoantalyst::ActionChain(3)
2
3
4

NAME

6       Catalyst::ActionChain - Chain of Catalyst Actions
7

SYNOPSIS

9       See Catalyst::Manual::Intro for more info about Chained actions.
10

DESCRIPTION

12       This class represents a chain of Catalyst Actions. It behaves exactly
13       like the action at the *end* of the chain except on dispatch it will
14       execute all the actions in the chain in order.
15

METHODS

17       chain
18
19       Accessor for the action chain; will be an arrayref of the Cata‐
20       lyst::Action objects encapsulated by this chain.
21
22       dispatch( $c )
23
24       Dispatch this action chain against a context; will dispatch the encap‐
25       sulated actions in order.
26
27       from_chain( \@actions )
28
29       Takes a list of Catalyst::Action objects and constructs and returns a
30       Catalyst::ActionChain object representing a chain of these actions
31

AUTHOR

33       Matt S. Trout
34
36       This program is free software, you can redistribute it and/or modify it
37       under the same terms as Perl itself.
38
39
40
41perl v5.8.8                       2007-09-20          Catalyst::ActionChain(3)
Impressum