Package com.fizzed.rocker
Interface RockerOutputFactory<T extends RockerOutput>
-
public interface RockerOutputFactory<T extends RockerOutput>Creates a RockerOutput during a render.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tcreate(ContentType contentType, java.lang.String charsetName)
-
-
-
Method Detail
-
create
T create(ContentType contentType, java.lang.String charsetName)
-
-