@ConfigurationProperties(value="pebble") public class PebbleProperties extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_PREFIX |
static String |
DEFAULT_SUFFIX |
| Constructor and Description |
|---|
PebbleProperties() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.util.MimeType |
getContentType() |
Locale |
getDefaultLocale() |
Charset |
getEncoding() |
String |
getPrefix() |
String |
getSuffix() |
boolean |
isCache() |
boolean |
isExposeRequestAttributes() |
boolean |
isExposeSessionAttributes() |
boolean |
isStrictVariables() |
void |
setCache(boolean cache) |
void |
setContentType(org.springframework.util.MimeType contentType) |
void |
setDefaultLocale(Locale defaultLocale) |
void |
setEncoding(Charset encoding) |
void |
setExposeRequestAttributes(boolean exposeRequestAttributes) |
void |
setExposeSessionAttributes(boolean exposeSessionAttributes) |
void |
setPrefix(String prefix) |
void |
setStrictVariables(boolean strictVariables) |
void |
setSuffix(String suffix) |
public static final String DEFAULT_PREFIX
public static final String DEFAULT_SUFFIX
public String getPrefix()
public void setPrefix(String prefix)
public String getSuffix()
public void setSuffix(String suffix)
public Charset getEncoding()
public void setEncoding(Charset encoding)
public org.springframework.util.MimeType getContentType()
public void setContentType(org.springframework.util.MimeType contentType)
public boolean isCache()
public void setCache(boolean cache)
public boolean isExposeRequestAttributes()
public void setExposeRequestAttributes(boolean exposeRequestAttributes)
public boolean isExposeSessionAttributes()
public void setExposeSessionAttributes(boolean exposeSessionAttributes)
public Locale getDefaultLocale()
public void setDefaultLocale(Locale defaultLocale)
public boolean isStrictVariables()
public void setStrictVariables(boolean strictVariables)
Copyright © 2018. All rights reserved.