functions.tld

来自「j2ee API 开发重要工具 免费下载 欢迎使用」· TLD 代码 · 共 17 行

TLD
17
字号
<?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 web-jsptaglibrary_2_0.xsd"    version="2.0">    <description>A tag library that defines a function.</description>    <tlib-version>1.0</tlib-version>    <short-name>FunctionTagLibrary</short-name>    <uri>/FunctionLibrary</uri>  <function>    <name>equals</name>    <function-class>mypkg.MyLocales</function-class>    <function-signature>boolean equals( java.lang.String, java.lang.String )</function-signature>  </function></taglib>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?