public static class MustacheProperties.Servlet extends Object
Constructor and Description |
---|
Servlet() |
Modifier and Type | Method and Description |
---|---|
MimeType |
getContentType() |
boolean |
isAllowRequestOverride() |
boolean |
isAllowSessionOverride() |
boolean |
isCache() |
boolean |
isExposeRequestAttributes() |
boolean |
isExposeSessionAttributes() |
boolean |
isExposeSpringMacroHelpers() |
void |
setAllowRequestOverride(boolean allowRequestOverride) |
void |
setAllowSessionOverride(boolean allowSessionOverride) |
void |
setCache(boolean cache) |
void |
setContentType(MimeType contentType) |
void |
setExposeRequestAttributes(boolean exposeRequestAttributes) |
void |
setExposeSessionAttributes(boolean exposeSessionAttributes) |
void |
setExposeSpringMacroHelpers(boolean exposeSpringMacroHelpers) |
public boolean isAllowRequestOverride()
public void setAllowRequestOverride(boolean allowRequestOverride)
public boolean isAllowSessionOverride()
public void setAllowSessionOverride(boolean allowSessionOverride)
public boolean isCache()
public void setCache(boolean cache)
public MimeType getContentType()
public void setContentType(MimeType contentType)
public boolean isExposeRequestAttributes()
public void setExposeRequestAttributes(boolean exposeRequestAttributes)
public boolean isExposeSessionAttributes()
public void setExposeSessionAttributes(boolean exposeSessionAttributes)
public boolean isExposeSpringMacroHelpers()
public void setExposeSpringMacroHelpers(boolean exposeSpringMacroHelpers)