Interface for view configurations
Type Params | Return Type | Name and description |
---|---|---|
|
java.lang.Class |
getBaseTemplateClass() @return The template base class |
|
java.lang.String |
getEncoding() @return The default encoding to use to render views |
|
java.lang.String |
getExtension() @return The file extension |
|
java.lang.String[] |
getPackageImports() @return The packages to automatically import |
|
java.lang.String |
getPackageName() @return The package name |
|
java.lang.String[] |
getStaticImports() @return The static imports to automatically import |
|
java.lang.String |
getTemplatePath() @return Path to the templates |
|
java.lang.String |
getViewModuleName() @return The name of the views module (example json or markup) |
|
boolean |
isAllowResourceExpansion() @return Whether to allow resource expansion |
|
boolean |
isCache() @return Whether to cache |
|
boolean |
isCompileStatic() @return Should compile statically |
|
boolean |
isEnableReloading() @return Whether reloading is enabled |
|
boolean |
isPrettyPrint() @return Whether to pretty print |
|
boolean |
isUseAbsoluteLinks() @return Whether to use absolute links |