All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.fastchar.interfaces.IFastRootInterceptor Maven / Gradle / Ivy

There is a newer version: 2.2.2
Show newest version
package com.fastchar.interfaces;

import com.fastchar.core.FastDispatcher;
import com.fastchar.servlet.http.FastHttpServletRequest;
import com.fastchar.servlet.http.FastHttpServletResponse;


/**
 * 系统根拦截器
 */
public interface IFastRootInterceptor {

    /**
     * 触发拦截器
     * @param request 请求对象
     * @param response 响应对象
     * @param dispatcher 路由分配器
     * @throws Exception 异常
     */
    void onInterceptor(FastHttpServletRequest request, FastHttpServletResponse response, FastDispatcher dispatcher) throws Exception;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy