📄 carstore.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>JavaServerFaces Framework Tag Library</short-name> <uri>carstoretaglibrary_1.1</uri> <description> This tag library contains tags used by the CarStore application. </description> <!-- ===================== ImageMap tags ====================== --> <tag> <name>format_validator</name> <tag-class>carstore.FormatValidatorTag</tag-class> <description>Defines the format-validator tag, with the tag-handler class, carstore.FormatValidatorTag. This tag must be nested inside a UI component tag. The value of the UI component whose tag encloses the format_validator tag is validated against the format patterns defined by the formatPatterns attribute. </description> <attribute> <name>formatPatterns</name> <required>true</required> <rtexprvalue>false</rtexprvalue> <description> Defines the format patterns to use to validate the data of the UI component, whose tag encloses the format_validator tag. </description> </attribute> </tag></taglib>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -