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

play.template2.GTContentRenderer Maven / Gradle / Ivy

package play.template2;

public interface GTContentRenderer {

    GTRenderingResult render();

    // Sometimes when using body like it is done in CRUD, then we have to modify params in this
    // renderingResults context
    Object getRuntimeProperty(String name);
    void setRuntimeProperty(String name, Object value);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy