Revision: 943
http://stripes.svn.sourceforge.net/stripes/?rev=943&view=revAuthor: javelotinfo
Date: 2008-06-23 14:01:49 -0700 (Mon, 23 Jun 2008)
Log Message:
-----------
Corrections to @Before and @After javadocs
Modified Paths:
--------------
trunk/stripes/src/net/sourceforge/stripes/action/After.java
trunk/stripes/src/net/sourceforge/stripes/action/Before.java
Modified: trunk/stripes/src/net/sourceforge/stripes/action/After.java
===================================================================
--- trunk/stripes/src/net/sourceforge/stripes/action/After.java 2008-06-22 00:29:26 UTC (rev 942)
+++ trunk/stripes/src/net/sourceforge/stripes/action/After.java 2008-06-23 21:01:49 UTC (rev 943)
@@ -27,7 +27,9 @@
* <p>Specifies that the annotated method should be run <i>after</i> the specified
* {@link LifecycleStage}(s). More than one LifecycleStage can be specified, in which case the
* method will be run after each stage completes. If no LifecycleStage is specified then the
- * default is to execute the method after {@link LifecycleStage#EventHandling}.</p>
+ * default is to execute the method after {@link LifecycleStage#EventHandling}.
+ * {@link LifecycleStage#RequestInit} <b>cannot</b> be specified because there is no ActionBean
+ * to run a method on before the ActionBean has been resolved!</p>
*
* <p>The method may have any name, any access specifier (public, private etc.) and must take
* no arguments. Methods may return values; if the value is a
Modified: trunk/stripes/src/net/sourceforge/stripes/action/Before.java
===================================================================
--- trunk/stripes/src/net/sourceforge/stripes/action/Before.java 2008-06-22 00:29:26 UTC (rev 942)
+++ trunk/stripes/src/net/sourceforge/stripes/action/Before.java 2008-06-23 21:01:49 UTC (rev 943)
@@ -27,9 +27,10 @@
* <p>Specifies that the annotated method should be run <i>before</i> the specified
* {@link LifecycleStage}(s). More than one LifecycleStage can be specified, in which case the
* method will be run before each stage. If no LifecycleStage is specified then the
- * default is to execute the method after {@link LifecycleStage#EventHandling}.
- * {@link LifecycleStage#ActionBeanResolution} <b>cannot</b> be specified because there is
- * no ActionBean to run a method on before the ActionBean has been resolved!</p>
+ * default is to execute the method before {@link LifecycleStage#EventHandling}.
+ * {@link LifecycleStage#RequestInit} and {@link LifecycleStage#ActionBeanResolution}
+ * <b>cannot</b> be specified because there is no ActionBean to run a method on before the
+ * ActionBean has been resolved!</p>
*
* <p>The method may have any name, any access specifier (public, private etc.) and must take
* no arguments. Methods may return values; if the value is a
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php_______________________________________________
Stripes-development mailing list
Stripes-development@...
https://lists.sourceforge.net/lists/listinfo/stripes-development