@ConfigurationProperties(value="spring.thymeleaf") public class ThymeleafProperties extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_PREFIX |
static String |
DEFAULT_SUFFIX |
Constructor and Description |
---|
ThymeleafProperties() |
Modifier and Type | Method and Description |
---|---|
String |
getContentType() |
String |
getEncoding() |
String[] |
getExcludedViewNames() |
String |
getMode() |
String |
getPrefix() |
String |
getSuffix() |
String[] |
getViewNames() |
boolean |
isCache() |
boolean |
isCheckTemplateLocation() |
boolean |
isEnabled() |
void |
setCache(boolean cache) |
void |
setCheckTemplateLocation(boolean checkTemplateLocation) |
void |
setContentType(String contentType) |
void |
setEnabled(boolean enabled) |
void |
setEncoding(String encoding) |
void |
setExcludedViewNames(String[] excludedViewNames) |
void |
setMode(String mode) |
void |
setPrefix(String prefix) |
void |
setSuffix(String suffix) |
void |
setViewNames(String[] viewNames) |
public static final String DEFAULT_PREFIX
public static final String DEFAULT_SUFFIX
public boolean isEnabled()
public void setEnabled(boolean enabled)
public boolean isCheckTemplateLocation()
public void setCheckTemplateLocation(boolean checkTemplateLocation)
public String getPrefix()
public void setPrefix(String prefix)
public String getSuffix()
public void setSuffix(String suffix)
public String getMode()
public void setMode(String mode)
public String getEncoding()
public void setEncoding(String encoding)
public String getContentType()
public void setContentType(String contentType)
public boolean isCache()
public void setCache(boolean cache)
public String[] getExcludedViewNames()
public void setExcludedViewNames(String[] excludedViewNames)
public String[] getViewNames()
public void setViewNames(String[] viewNames)
Copyright © 2015 Pivotal Software, Inc.. All rights reserved.