[Catalyst-commits] r6307 - trunk/Catalyst-Action-RenderView
bricas at dev.catalyst.perl.org
bricas at dev.catalyst.perl.org
Thu Apr 26 16:28:17 GMT 2007
Author: bricas
Date: 2007-04-26 16:28:17 +0100 (Thu, 26 Apr 2007)
New Revision: 6307
Modified:
trunk/Catalyst-Action-RenderView/README
Log:
update README
Modified: trunk/Catalyst-Action-RenderView/README
===================================================================
--- trunk/Catalyst-Action-RenderView/README 2007-04-26 15:12:46 UTC (rev 6306)
+++ trunk/Catalyst-Action-RenderView/README 2007-04-26 15:28:17 UTC (rev 6307)
@@ -11,18 +11,19 @@
order to force a debug screen, while in debug mode.
If you have more than one view, you can specify which one to use with
- the "default_view" config setting (see ""$c-" in Catalystview($name)">.)
+ the "default_view" config setting (see Catalyst's "$c-"view($name)>
+ method).
METHODS
- end The default "end" action. You can override this as required in your
- application class; normal inheritance applies.
+ end
+ The default "end" action. You can override this as required in your
+ application class; normal inheritance applies.
INTERNAL METHODS
- execute
- Dispatches control to superclasses, then forwards to the default
- View.
+ execute
+ Dispatches control to superclasses, then forwards to the default View.
- See "METHODS/action" in Catalyst::Action.
+ See "METHODS/action" in Catalyst::Action.
EXTENDING
To add something to an "end" action that is called before rendering,
More information about the Catalyst-commits
mailing list