org.analogweb.ResponseFormatter Maven / Gradle / Ivy
package org.analogweb;
/**
* Formatter for {@link Renderable}.
*
* @author snowgoose
*/
public interface ResponseFormatter extends MultiModule {
ResponseEntity formatAndWriteInto(RequestContext request, ResponseContext response, String charset, Object source);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy