Package org.analogweb
Interface ResponseFormatter
-
- All Superinterfaces:
Module
,MultiModule
public interface ResponseFormatter extends MultiModule
Formatter forRenderable
.- Author:
- snowgoose
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.analogweb.MultiModule
MultiModule.Filter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResponseEntity
formatAndWriteInto(RequestContext request, ResponseContext response, String charset, Object source)
-
-
-
Method Detail
-
formatAndWriteInto
ResponseEntity formatAndWriteInto(RequestContext request, ResponseContext response, String charset, Object source)
-
-