?? demo.tld
字號:
<?xml version="1.0" encoding="ISO-8859-1" ?><!-- Copyright 2004-2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.--><!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN" "http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd"><taglib> <!-- ============== Tag Library Description Elements ============= --> <tlib-version>0.03</tlib-version> <jsp-version>1.2</jsp-version> <short-name>Demo Taglib</short-name> <uri>components_demo_taglibrary</uri> <description> This tag library contains any tags needed to showcase the demo components </description> <tag> <name>escapeHtml</name> <tag-class>demo.taglib.EscapeHtmlTag</tag-class> <body-content>JSP</body-content> <attribute> <name>reader</name> <required>false</required> <rtexprvalue>false</rtexprvalue> </attribute> <attribute> <name>writer</name> <required>false</required> <rtexprvalue>false</rtexprvalue> </attribute> </tag></taglib>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -