X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FActionContainer.pm;h=6b3f282472a7c2ba1d4b6054fda0e4247e00a4b5;hp=4dd45002c6a4a0dde25cfcb223414d60a1244fef;hb=649fd1fa74ee22fb2f5220dbdcb25d02427034b2;hpb=f7b672efdb91a057a449b353d157bb74761a2d94 diff --git a/lib/Catalyst/ActionContainer.pm b/lib/Catalyst/ActionContainer.pm index 4dd4500..6b3f282 100644 --- a/lib/Catalyst/ActionContainer.pm +++ b/lib/Catalyst/ActionContainer.pm @@ -22,9 +22,14 @@ See L. =head1 DESCRIPTION +This is a container for actions. The dispatcher sets up a tree of these +to represent the various dispatch points in your application. + =head1 METHODS -=head2 get_action +=head2 get_action($name) + +Returns an action from this container based on the action name, or undef =cut @@ -36,8 +41,13 @@ sub get_action { =head2 actions +Accessor to the actions hashref, containing all actions in this container. + =head2 part +Accessor to the path part this container resolves to. Also what the container +stringifies to. + =head1 AUTHOR Matt S. Trout