12345678910111213141516171819202122232425262728293031 |
- ENGINE=org.beetl.core.engine.FastRuntimeEngine
- DELIMITER_PLACEHOLDER_START=${
- DELIMITER_PLACEHOLDER_END=}
- DELIMITER_STATEMENT_START=##
- DELIMITER_STATEMENT_END=
- DIRECT_BYTE_OUTPUT = FALSE
- HTML_TAG_SUPPORT = true
- HTML_TAG_FLAG = #
- NATIVE_CALL = TRUE
- TEMPLATE_CHARSET = UTF-8
- ERROR_HANDLER = org.beetl.core.ConsoleErrorHandler
- NATIVE_SECUARTY_MANAGER= org.beetl.core.DefaultNativeSecurityManager
- RESOURCE_LOADER=org.beetl.core.resource.ClasspathResourceLoader
- MVC_STRICT = FALSE
- RESOURCE.root= /
- RESOURCE.autoCheck= true
- FT.dateFormat = org.beetl.ext.format.DateFormat
- FT.numberFormat = org.beetl.ext.format.NumberFormat
- FTC.java.util.Date = org.beetl.ext.format.DateFormat
- FTC.java.sql.Date = org.beetl.ext.format.DateFormat
- FTC.java.sql.Time = org.beetl.ext.format.DateFormat
- FTC.java.sql.Timestamp = org.beetl.ext.format.DateFormat
- FTC.java.lang.Short = org.beetl.ext.format.NumberFormat
- FTC.java.lang.Long = org.beetl.ext.format.NumberFormat
- FTC.java.lang.Integer = org.beetl.ext.format.NumberFormat
- FTC.java.lang.Float = org.beetl.ext.format.NumberFormat
- FTC.java.lang.Double = org.beetl.ext.format.NumberFormat
- FTC.java.math.BigInteger = org.beetl.ext.format.NumberFormat
- FTC.java.math.BigDecimal = org.beetl.ext.format.NumberFormat
- FTC.java.util.concurrent.atomic.AtomicLong = org.beetl.ext.format.NumberFormat
- FTC.java.util.concurrent.atomic.AtomicInteger = org.beetl.ext.format.NumberFormat
|