public interface JteViewsRendererConfiguration
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDynamicPath()
When using dynamic templates, the root directory to write generated source and classes under.
|
java.lang.String |
getDynamicSourcePath()
When using dynamic templates, the root source directory to search.
|
boolean |
isBinaryStaticContent()
When using dynamic templates, build them with binary content (see https://github.com/casid/jte/blob/master/DOCUMENTATION.md#binary-rendering-for-max-throughput).
|
boolean |
isDynamic()
Use dynamic/hot reload templates.
|
boolean isDynamic()
java.lang.String getDynamicPath()
java.lang.String getDynamicSourcePath()
boolean isBinaryStaticContent()