public class JinjavaConfig extends Object
Modifier and Type | Class and Description |
---|---|
static class |
JinjavaConfig.Builder |
Constructor and Description |
---|
JinjavaConfig() |
JinjavaConfig(Charset charset,
Locale locale,
ZoneId timeZone,
int maxRenderDepth) |
Modifier and Type | Method and Description |
---|---|
Charset |
getCharset() |
Map<Context.Library,Set<String>> |
getDisabled() |
Locale |
getLocale() |
long |
getMaxOutputSize() |
int |
getMaxRenderDepth() |
ZoneId |
getTimeZone() |
boolean |
isEnableRecursiveMacroCalls() |
boolean |
isFailOnUnknownTokens() |
boolean |
isLstripBlocks() |
boolean |
isNestedInterpretationEnabled() |
boolean |
isReadOnlyResolver() |
boolean |
isTrimBlocks() |
static JinjavaConfig.Builder |
newBuilder() |
public static JinjavaConfig.Builder newBuilder()
public Charset getCharset()
public Locale getLocale()
public ZoneId getTimeZone()
public int getMaxRenderDepth()
public long getMaxOutputSize()
public boolean isTrimBlocks()
public boolean isLstripBlocks()
public boolean isReadOnlyResolver()
public boolean isEnableRecursiveMacroCalls()
public Map<Context.Library,Set<String>> getDisabled()
public boolean isFailOnUnknownTokens()
public boolean isNestedInterpretationEnabled()
Copyright © 2017. All rights reserved.