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

net.sf.aguacate.http.HttpBodyBuiler Maven / Gradle / Ivy

package net.sf.aguacate.http;

import java.io.IOException;
import java.util.Map;

import javax.servlet.http.HttpServletResponse;

import net.sf.aguacate.configuration.field.format.FieldFormat;

public interface HttpBodyBuiler {

	void build(HttpServletResponse response, Object object) throws IOException;

	void build(HttpServletResponse response, Object object, Map outputFields) throws IOException;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy