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() |
Locale |
getLocale() |
int |
getMaxRenderDepth() |
ZoneId |
getTimeZone() |
boolean |
isLstripBlocks() |
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 boolean isTrimBlocks()
public boolean isLstripBlocks()
public boolean isReadOnlyResolver()
Copyright © 2016. All rights reserved.