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

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

package com.fastchar.interfaces;

import com.fastchar.core.FastDispatcher;

import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;

public interface IFastRootInterceptor {

    void onInterceptor(HttpServletRequest request, HttpServletResponse response, FastDispatcher dispatcher) throws Exception;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy