Revision: 934
http://stripes.svn.sourceforge.net/stripes/?rev=934&view=rev
Author: bengunter
Date: 2008-05-29 09:33:58 -0700 (Thu, 29 May 2008)
Log Message:
-----------
Fixed STS-578. Added RequestInit and RequestComplete to @Intercepts
Modified Paths:
--------------
trunk/stripes/src/net/sourceforge/stripes/controller/BeforeAfterMethodInterceptor.java
Modified:
trunk/stripes/src/net/sourceforge/stripes/controller/BeforeAfterMethodInterceptor.java
===================================================================
---
trunk/stripes/src/net/sourceforge/stripes/controller/BeforeAfterMethodInterceptor.java
2008-05-23 18:25:56 UTC (rev 933)
+++
trunk/stripes/src/net/sourceforge/stripes/controller/BeforeAfterMethodInterceptor.java
2008-05-29 16:33:58 UTC (rev 934)
@@ -59,12 +59,14 @@
* @author Jeppe Cramon
* @since Stripes 1.3
*/
[EMAIL PROTECTED]({LifecycleStage.ActionBeanResolution,
[EMAIL PROTECTED]({LifecycleStage.RequestInit,
+ LifecycleStage.ActionBeanResolution,
LifecycleStage.HandlerResolution,
LifecycleStage.BindingAndValidation,
LifecycleStage.CustomValidation,
LifecycleStage.EventHandling,
- LifecycleStage.ResolutionExecution})
+ LifecycleStage.ResolutionExecution,
+ LifecycleStage.RequestComplete})
public class BeforeAfterMethodInterceptor implements Interceptor {
/** Log used throughout the intercetor */
private static final Log log =
Log.getInstance(BeforeAfterMethodInterceptor.class);
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development