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

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

package com.firefly.mvc.web;

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

public interface WebHandler {
	View invoke(HttpServletRequest request, HttpServletResponse response);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy