All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jtwig.renderable.RenderResult Maven / Gradle / Ivy

package org.jtwig.renderable;

public interface RenderResult {
    RenderResult append(String content);
    RenderResult flush ();
    String content ();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy