Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
Wizzercn committed Mar 20, 2018
1 parent 4ae3671 commit b7571d8
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ shiro.url.logout_redirect=/platform
shiro.url.unauth=/platform

beetl.RESOURCE.root=views/
beetl.FT.escape=cn.wizzer.app.web.commons.ex.HtmlEscapeFormat
beetl.FT.escape=cn.wizzer.app.web.commons.ext.beetl.HtmlEscapeFormat
#用法: ${"wizzer",escape}
beetl.FT.filesize=cn.wizzer.app.web.commons.ex.beetl.FileSizeFormat
beetl.FT.filesize=cn.wizzer.app.web.commons.ext.beetl.FileSizeFormat
#用法: ${10241024,filesize}
beetl.FT.html2txt=cn.wizzer.app.web.commons.ex.beetl.Html2TxtFormat
beetl.FT.html2txt=cn.wizzer.app.web.commons.ext.beetl.Html2TxtFormat
#用法: ${"",html2txt="100"} 截取100字符
beetl.FT.strlen=cn.wizzer.app.web.commons.ex.beetl.StrlenFormat
beetl.FT.strlen=cn.wizzer.app.web.commons.ext.beetl.StrlenFormat
#用法: ${"",strlen="100"} 截取100字符

0 comments on commit b7571d8

Please sign in to comment.