beetl.properties 1.4 KB

12345678910111213141516171819202122232425262728293031
  1. ENGINE=org.beetl.core.engine.FastRuntimeEngine
  2. DELIMITER_PLACEHOLDER_START=${
  3. DELIMITER_PLACEHOLDER_END=}
  4. DELIMITER_STATEMENT_START=##
  5. DELIMITER_STATEMENT_END=
  6. DIRECT_BYTE_OUTPUT = FALSE
  7. HTML_TAG_SUPPORT = true
  8. HTML_TAG_FLAG = #
  9. NATIVE_CALL = TRUE
  10. TEMPLATE_CHARSET = UTF-8
  11. ERROR_HANDLER = org.beetl.core.ConsoleErrorHandler
  12. NATIVE_SECUARTY_MANAGER= org.beetl.core.DefaultNativeSecurityManager
  13. RESOURCE_LOADER=org.beetl.core.resource.ClasspathResourceLoader
  14. MVC_STRICT = FALSE
  15. RESOURCE.root= /
  16. RESOURCE.autoCheck= true
  17. FT.dateFormat = org.beetl.ext.format.DateFormat
  18. FT.numberFormat = org.beetl.ext.format.NumberFormat
  19. FTC.java.util.Date = org.beetl.ext.format.DateFormat
  20. FTC.java.sql.Date = org.beetl.ext.format.DateFormat
  21. FTC.java.sql.Time = org.beetl.ext.format.DateFormat
  22. FTC.java.sql.Timestamp = org.beetl.ext.format.DateFormat
  23. FTC.java.lang.Short = org.beetl.ext.format.NumberFormat
  24. FTC.java.lang.Long = org.beetl.ext.format.NumberFormat
  25. FTC.java.lang.Integer = org.beetl.ext.format.NumberFormat
  26. FTC.java.lang.Float = org.beetl.ext.format.NumberFormat
  27. FTC.java.lang.Double = org.beetl.ext.format.NumberFormat
  28. FTC.java.math.BigInteger = org.beetl.ext.format.NumberFormat
  29. FTC.java.math.BigDecimal = org.beetl.ext.format.NumberFormat
  30. FTC.java.util.concurrent.atomic.AtomicLong = org.beetl.ext.format.NumberFormat
  31. FTC.java.util.concurrent.atomic.AtomicInteger = org.beetl.ext.format.NumberFormat