加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
cus.tld 1.15 KB
一键复制 编辑 原始数据 按行查看 历史
lam 提交于 2020-12-03 18:44 . update cus.tld
<?xml version="1.0" encoding="UTF-8" ?>
<taglib xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd"
version="2.0">
<description>Custom Functions</description>
<tlib-version>1.0</tlib-version>
<short-name>custom</short-name>
<uri>/customFunction</uri>
<function>
<name>encoder</name>
<function-class>cn.pzhu.utils.CommonUtils</function-class>
<function-signature>java.lang.String encoder(java.lang.String,java.lang.String)</function-signature>
<example>${custom:encoder('','')}</example>
</function>
<function>
<name>decoder</name>
<function-class>cn.pzhu.utils.CommonUtils</function-class>
<function-signature>java.lang.String decoder(java.lang.String,java.lang.String)</function-signature>
<example>${custom:decoder('','')}</example>
</function>
</taglib>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化