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

org.nanocontainer.nanowar.nanoweb.Dispatcher Maven / Gradle / Ivy

The newest version!
package org.nanocontainer.nanowar.nanoweb;

import javax.servlet.ServletContext;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;

public interface Dispatcher {
    void dispatch(ServletContext servletContext, HttpServletRequest httpServletRequest, HttpServletResponse httpServletResponse, String scriptPathWithoutExtension, String actionMethod, String result) throws IOException, ServletException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy