Class JinjavaConfig


  • public class JinjavaConfig
    extends Object
    • Constructor Detail

      • JinjavaConfig

        public JinjavaConfig()
      • JinjavaConfig

        public JinjavaConfig​(Charset charset,
                             Locale locale,
                             ZoneId timeZone,
                             int maxRenderDepth)
    • Method Detail

      • getCharset

        public Charset getCharset()
      • getLocale

        public Locale getLocale()
      • getTimeZone

        public ZoneId getTimeZone()
      • getMaxRenderDepth

        public int getMaxRenderDepth()
      • getMaxOutputSize

        public long getMaxOutputSize()
      • getMaxListSize

        public int getMaxListSize()
      • getMaxMapSize

        public int getMaxMapSize()
      • getRangeLimit

        public int getRangeLimit()
      • getMaxNumDeferredTokens

        public int getMaxNumDeferredTokens()
      • isTrimBlocks

        public boolean isTrimBlocks()
      • isLstripBlocks

        public boolean isLstripBlocks()
      • isEnableRecursiveMacroCalls

        public boolean isEnableRecursiveMacroCalls()
      • getMaxMacroRecursionDepth

        public int getMaxMacroRecursionDepth()
      • getRestrictedMethods

        public Set<String> getRestrictedMethods()
      • getRestrictedProperties

        public Set<String> getRestrictedProperties()
      • isFailOnUnknownTokens

        public boolean isFailOnUnknownTokens()
      • isNestedInterpretationEnabled

        public boolean isNestedInterpretationEnabled()
      • isValidationMode

        public boolean isValidationMode()
      • getMaxStringLength

        public long getMaxStringLength()
      • setTokenScannerSymbols

        public void setTokenScannerSymbols​(TokenScannerSymbols tokenScannerSymbols)
      • getElResolver

        public javax.el.ELResolver getElResolver()
      • getObjectMapper

        public com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
      • getEnablePreciseDivideFilter

        public boolean getEnablePreciseDivideFilter()
      • getFeatures

        public Features getFeatures()