
Catalyst::Action - Catalyst Action

See Catalyst.

This class represents a Catalyst Action. You can access the object for the currently dispatched action via $c->action

The sub attributes that are set for this action, like Local, Path, Private and so on.
Returns the class name of this action
Returns a code reference to this action
Dispatch this action against a context
Execute this action's coderef against a given controller with a given context and arguments
Check Args attribute, and makes sure number of args matches the setting.
Returns the private namespace this action lives in.
Returns the private path for this action.
returns the sub name of this action.

Matt S. Trout

This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.