Interface RockerOutputFactory<T extends RockerOutput>


  • public interface RockerOutputFactory<T extends RockerOutput>
    Creates a RockerOutput during a render.
    • Method Detail

      • create

        T create​(ContentType contentType,
                 java.lang.String charsetName)