a wrapper class for the StringUtil.encodeHTML method that implements the freemarker...
authormh <mh>
Tue, 10 Dec 2002 09:10:41 +0000 (09:10 +0000)
committermh <mh>
Tue, 10 Dec 2002 09:10:41 +0000 (09:10 +0000)
commit9e4cea4d19b012ca4d067403ecc1f3916743eba1
tree4ec5bd0f252d5cfa72f1223d3ea05ae52afa5862
parent0ea8b821ae0f09a7638fe9e427654ddd395c48d8
a wrapper class for the StringUtil.encodeHTML method that implements the freemarker templateMethodModel so we can call the method directly in templates. namely in the admin templated. sort of backport from the HEAD branch, although HEAD implements it differently.
source/mir/misc/EncodeHTMLMethodModel.java [new file with mode: 0755]