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

com.firefly.mvc.web.HandlerChain Maven / Gradle / Ivy

There is a newer version: 4.0.3.2
Show newest version
package com.firefly.mvc.web;

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

public interface HandlerChain {
	View doNext(HttpServletRequest request, HttpServletResponse response, HandlerChain chain);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy