📄 jsf-spring.tld
字号:
<?xml version="1.0" encoding="ISO-8859-1"?><!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN" "http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd"><taglib xmlns="http://java.sun.com/JSP/TagLibraryDescriptor"> <tlib-version>1.0</tlib-version> <jsp-version>1.2</jsp-version> <short-name>jsf-spring</short-name> <uri>http://jsf-spring.sourceforge.net/jsf/html</uri> <display-name>JSF HTML tag library.</display-name> <description> This tag library implements the standard JSF HTML tags. </description> <!-- form --> <tag> <name>form</name> <tag-class>de.mindmatters.faces.taglib.jsp.HtmlFormTag</tag-class> <body-content>JSP</body-content> <attribute> <name>id</name> </attribute> <attribute> <name>binding</name> </attribute> <attribute> <name>rendered</name> </attribute> <attribute> <name>transient</name> </attribute> <attribute> <name>action</name> </attribute> <attribute> <name>actionListener</name> </attribute> <attribute> <name>immediate</name> </attribute> <attribute> <name>method</name> </attribute> <attribute> <name>dir</name> </attribute> <attribute> <name>lang</name> </attribute> <attribute> <name>style</name> </attribute> <attribute> <name>title</name> </attribute> <attribute> <name>styleClass</name> </attribute> <attribute> <name>onclick</name> </attribute> <attribute> <name>ondblclick</name> </attribute> <attribute> <name>onmousedown</name> </attribute> <attribute> <name>onmouseup</name> </attribute> <attribute> <name>onmouseover</name> </attribute> <attribute> <name>onmousemove</name> </attribute> <attribute> <name>onmouseout</name> </attribute> <attribute> <name>onkeypress</name> </attribute> <attribute> <name>onkeydown</name> </attribute> <attribute> <name>onkeyup</name> </attribute> <attribute> <name>target</name> </attribute> <attribute> <name>accept</name> </attribute> <attribute> <name>acceptCharset</name> </attribute> <attribute> <name>enctype</name> </attribute> <attribute> <name>onreset</name> </attribute> <attribute> <name>onsubmit</name> </attribute> </tag></taglib>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -