Class VUserExceptionInterceptor
- java.lang.Object
-
- com.opensymphony.xwork2.interceptor.AbstractInterceptor
-
- io.vertigo.struts2.impl.interceptor.VUserExceptionInterceptor
-
- All Implemented Interfaces:
com.opensymphony.xwork2.interceptor.Interceptor,Serializable
public class VUserExceptionInterceptor extends com.opensymphony.xwork2.interceptor.AbstractInterceptorInterceptor Struts des exceptions de type UserException pour ajouter les messages à la page et la réafficher.- Author:
- npiedeloup
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VUserExceptionInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringintercept(com.opensymphony.xwork2.ActionInvocation actionInvocation)
-
-
-
Method Detail
-
intercept
public String intercept(com.opensymphony.xwork2.ActionInvocation actionInvocation) throws Exception
- Specified by:
interceptin interfacecom.opensymphony.xwork2.interceptor.Interceptor- Specified by:
interceptin classcom.opensymphony.xwork2.interceptor.AbstractInterceptor- Throws:
Exception
-
-