阅读背景:

struts 拦截器

来源:互联网 

 

struts-action-trace.xml

 

 
 <package name="tracePackage" namespace="/trace" extends="exceptionPackage">
         
         <interceptors>
        	<interceptor name="traceAuthInterceptor" class="com.fusionability.web.interceptor.TraceAuthInterceptor"></interceptor>
            <interceptor-stack name="traceAuthInterceptorStack">
	            <interceptor-ref name="defaultStack"></interceptor-ref>
	            <interceptor-ref name="traceAuthInterceptor"></interceptor-ref>
            </interceptor-stack>
        </interceptors>
        <default-interceptor-ref name="traceAuthInterceptorStack"></default-interceptor-ref>
         
         
        <action name="showAppList" class="wKJSAppAction" method="showAppList">
            <result name="success">/application/application_list.jsp</result>
        </action>
</package> 
 <package name="tra




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: