@CompileStatic @ConfigurationProperties(value: grails.views.markup) class MarkupViewConfiguration extends TemplateConfiguration implements GenericViewConfiguration
| Modifiers | Name | Description |
|---|---|---|
static String |
MODULE_NAME |
| Constructor and description |
|---|
MarkupViewConfiguration() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
PropertyDescriptor[] |
findViewConfigPropertyDescriptor() |
|
String |
getViewModuleName() |
|
boolean |
isCache() |
|
void |
setCache(boolean cache) |
|
void |
setEncoding(String encoding) |
|
void |
setPrettyPrint(boolean prettyPrint) |
| Methods inherited from class | Name |
|---|---|
class TemplateConfiguration |
equals, getAutoIndentString, getBaseTemplateClass, getClass, getDeclarationEncoding, getLocale, getNewLineString, hashCode, isAutoEscape, isAutoIndent, isAutoNewLine, isCacheTemplates, isExpandEmptyElements, isUseDoubleQuotes, notify, notifyAll, setAutoEscape, setAutoIndent, setAutoIndentString, setAutoNewLine, setBaseTemplateClass, setCacheTemplates, setDeclarationEncoding, setExpandEmptyElements, setLocale, setNewLineString, setUseDoubleQuotes, toString, wait, wait, wait |