GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Catalyst::ActionChain(3) User Contributed Perl Documentation Catalyst::ActionChain(3)

Catalyst::ActionChain - Chain of Catalyst Actions

See Catalyst::Manual::Intro 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

Returns the total number of captures for the entire chain of actions.

Match all the captures that this chain encloses, if any.

Any defined scheme for the actionchain

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.
2020-07-26 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.