ccccc

<action name="checkAction2" class="com.zhangsr.check.checkAction2" method="myExecute">
    <result name="success">checkResult.jsp</result>
        
    <interceptor-ref name="myInterceptor"></interceptor-ref>
    <interceptor-ref name="myInterceptor2"></interceptor-ref>
    <interceptor-ref name="myInterceptor3">
        <param name="includeMethods">execute</param>
        <param name="excludeMethods">myExecute</param>
    </interceptor-ref>
</action>


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章