MVC l攔截器的配置

<mvc:interceptors>
        <!-- 服務器間內部跳轉 -->
        <mvc:interceptor>
            <!-- 定義在mvc:interceptor下面的,表示是對特定的請求才進行攔截的 -->
            <mvc:mapping path="/open/uws/**" />
            <bean class="com.paic.web2.app.interceptor.ChannelInterceptor" />
        </mvc:interceptor>
    </mvc:interceptors>web

相關文章
相關標籤/搜索