gboat2.base.plugin.struts.interceptor
类 CallActionLogStackHandlerInterceptor
java.lang.Object
com.opensymphony.xwork2.interceptor.AbstractInterceptor
gboat2.base.plugin.struts.interceptor.CallActionLogStackHandlerInterceptor
- 所有已实现的接口:
- com.opensymphony.xwork2.interceptor.Interceptor, Serializable
public class CallActionLogStackHandlerInterceptor
- extends com.opensymphony.xwork2.interceptor.AbstractInterceptor
统一异常处理类,系统未处理的异常在此处捕获。
使用方法:
1. 在 Struts.xml 中定义拦截器:
<interceptor name="actionLogStackHandler" class="gboat2.base.plugin.struts.interceptor.CallActionLogStackHandlerInterceptor" />
2. 定义一个拦截器栈,并将 actionLogStackHandler 添加到该栈中:
<interceptor-stack name="gboat2Stack">
<interceptor-ref name="actionLogStackHandler" />
</interceptors>
3. 将刚才定义的拦截器栈设置为默认执行: <default-interceptor-ref name="gboat2Stack" />
- 从以下版本开始:
- 1.0
- 作者:
- zhangxj-a, 何明旺
- 另请参见:
- 序列化表格
从类 com.opensymphony.xwork2.interceptor.AbstractInterceptor 继承的方法 |
destroy, init |
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CallActionLogStackHandlerInterceptor
public CallActionLogStackHandlerInterceptor()
intercept
public String intercept(com.opensymphony.xwork2.ActionInvocation invocation)
throws Exception
- 指定者:
- 接口
com.opensymphony.xwork2.interceptor.Interceptor
中的 intercept
- 指定者:
- 类
com.opensymphony.xwork2.interceptor.AbstractInterceptor
中的 intercept
- 抛出:
Exception
Copyright © 2014 广联达软件股份有限公司(Glodon Software Co., Ltd.). All rights reserved.