Package org.analogweb
Interface ResponseFormatterAware<T extends Renderable>
-
- All Superinterfaces:
Renderable
- All Known Implementing Classes:
Html
,Json
,TextFormattable
public interface ResponseFormatterAware<T extends Renderable> extends Renderable
- Author:
- snowgoose
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
attach(ResponseFormatter formatter)
-
Methods inherited from interface org.analogweb.Renderable
render
-
-
-
-
Method Detail
-
attach
T attach(ResponseFormatter formatter)
-
-