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

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

The newest version!
package com.firefly.mvc.web;

import java.io.IOException;

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

public interface View {
	
	void render(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException;
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy