Uses of Interface
org.analogweb.ResponseFormatter
-
Packages that use ResponseFormatter Package Description org.analogweb Root of Analog Web Framework This package defines fundamental interfaces.org.analogweb.core Analogweb's core (default) implementations.org.analogweb.core.response This package defines execution results for response. -
-
Uses of ResponseFormatter in org.analogweb
Methods in org.analogweb that return ResponseFormatter Modifier and Type Method Description ResponseFormatter
Modules. findResponseFormatter(Class<? extends Renderable> mapToResponse)
ResponseFormatter
ResponseFormatterFinder. findResponseFormatter(Class<? extends Renderable> clazz)
Methods in org.analogweb with parameters of type ResponseFormatter Modifier and Type Method Description ModulesBuilder
ModulesBuilder. addResponseFormatters(Class<? extends Renderable> mapToResponseClass, ResponseFormatter... responseFormatters)
T
ResponseFormatterAware. attach(ResponseFormatter formatter)
-
Uses of ResponseFormatter in org.analogweb.core
Methods in org.analogweb.core that return types with arguments of type ResponseFormatter Modifier and Type Method Description protected Class<? extends ResponseFormatter>
DefaultModulesBuilder. getResponseFormatterClass(Class<? extends Renderable> mapToResponse)
Methods in org.analogweb.core with parameters of type ResponseFormatter Modifier and Type Method Description ModulesBuilder
DefaultModulesBuilder. addResponseFormatters(Class<? extends Renderable> mapToResponseClass, ResponseFormatter... responseFormatters)
protected Response
DefaultResponseHandler. handleResultInternal(Renderable result, InvocationMetadata metadata, RenderableResolver renderableResolver, ResponseFormatter resultFormatter, RequestContext context, ResponseContext response, ExceptionHandler exceptionHandler, ResponseFormatterFinder finder)
-
Uses of ResponseFormatter in org.analogweb.core.response
Methods in org.analogweb.core.response that return ResponseFormatter Modifier and Type Method Description protected ResponseFormatter
Html. getDefaultFormatter()
ResponseFormatter
Json. getDefaultFormatter()
protected abstract ResponseFormatter
TextFormattable. getDefaultFormatter()
protected ResponseFormatter
TextFormattable. getFormatter()
Methods in org.analogweb.core.response with parameters of type ResponseFormatter Modifier and Type Method Description T
TextFormattable. attach(ResponseFormatter formatter)
-