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

it.espr.mvc.view.View Maven / Gradle / Ivy

There is a newer version: 0.3.4
Show newest version
package it.espr.mvc.view;

import javax.servlet.http.HttpServletResponse;

public interface View {

	public void view(HttpServletResponse response, Object data);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy