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       Accessor for the action chain; will be an arrayref of the
19       Catalyst::Action objects encapsulated by this chain.
20
21   dispatch( $c )
22       Dispatch this action chain against a context; will dispatch the
23       encapsulated actions in order.
24
25   from_chain( \@actions )
26       Takes a list of Catalyst::Action objects and constructs and returns a
27       Catalyst::ActionChain object representing a chain of these actions
28
29   meta
30       Provided by Moose
31

AUTHORS

33       Catalyst Contributors, see Catalyst.pm
34
36       This library is free software. You can redistribute it and/or modify it
37       under the same terms as Perl itself.
38
39
40
41perl v5.12.1                      2009-11-22          Catalyst::ActionChain(3)
Impressum