TABLIB standards used by TCWEB

xiaoxiao2021-03-06  39

Today, TABLIBs used today were clearly used in http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd standard. Here we cited the full text of <-! Copyright 1999 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, CA 94303, USA All rights reserved This product or document is protected by copyright and distributedunder licenses restricting its use, copying, distribution,. AndDecompilation. NO Part of this Product or Documentation May Bereproduced in Any FormTen AuthorizationOf Sun and ITS licensors, IF any.

Third Party Software, Including Font Technology, IS CopyRighted and Licensed from Sun Suppliers.

Sun, Sun Microsystems, the Sun Logo, Solaris, Java, JavaServer Pages, Java Naming and Directory Interface, JDBC, JDK, JavaMail and Enterprise JavaBeans, are trademarks or registered trademarks of Sun Microsystems, Inc in the U.S. and other countries.

All SPARC trademarks are used under license and are trademarksor registered trademarks of SPARC International, Inc.in the U.S. and other countries. Products bearing SPARCtrademarks are based upon an architecture developed by Sun Microsystems, Inc.

PostScript is a registered trademark of adobe systems, inc.

Federal Acquisitions: Commercial Software - Government Users Subject To Standard License Terms and Conditions.

DOCUMENTATION IS PROVIDED "AS IS" AND ALL EXPRESS OR IMPLIEDCONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING ANYIMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULARPURPOSE OR NON-INFRINGEMENT, ARE DISCLAIMED, EXCEPTTO THE EXTENT THAT SUCH DISCLAIMERS ARE HELD TO BE LEGALLYINVALID.

_________________________________________________________________________Copyright 1999 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303, Etats-Unis. Tous droits re'serve's.Ce produit ou document est prote'ge 'par un copyright et distribue' avec des licences qui en restreignent l'utilisation, la copie, la distribution, et la de'compilation. aucune partie de ce produit ou de sa documentationassocie'e ne peut e ^ tre reproduite sous aucune forme, par quelque moyen que ce soit, sans l'autorisation pre ' Alable E'Crite de Sun et de Ses bailleurs de licens, S'il y en a.

Le logiciel de'tenu par des tiers, et qui comprend la technologie relative aux polices de caracte`res, est prote'ge 'par un copyright et licencie' par des fournisseurs de Sun. Sun, Sun Microsystems, le logo Sun, Solaris, Java, JavaServer Pages, Java Naming and Directory Interface, JDBC, JDK, JavaMail, et Enterprise JavaBeans, sont des marques de fabrique ou des marques de'pose'es de Sun Microsystems, Inc. aux Etats-Unis et dans d'autres pays . Toutes les marques SPARC sont utilise'es sous licence et sontdes marques de fabrique ou des marques de'pose'es de SPARCInternational, Inc. aux Etats-Unis et dansd'autres pays. Les produits portant les marques SPARC sontbase's sur une architecture de 'Veloppe'e Par Sun Microsystems, Inc.

Postcript est une marque enregistre'e d'Adobe Systems Inc. LA DOCUMENTATION EST FOURNIE "EN L'ETAT" ET TOUTES AUTRES CONDITIONS, DECLARATIONS ET GARANTIES EXPRESSES OU TACITES SONT FORMELLEMENT EXCLUES, DANS LA MESURE AUTORISEE PAR LA LOI APPLICABLE, Y COMPRIS NOTAMMENTTOUTE Garantie Implicite Relative A La Qualite Marchande, A L'Aptitude Ou A L'Absence de Contrefacon. ->

This is The DTD Defining The JavaServer Pages 1.1 Tag Library Descriptor (.TLD) File Format / Syntax.

A Tag Library is a JAR file containing a valid instance of a Tag Library Descriptor (taglib.tld) ​​file in the META-INF subdirectory, along with the appropriate implementing classes, and other resources required to implement the tags defined therein.

->

TLIBVERSION THE THE TAG LIBRARY IMPLEMENTATIONJSPVERSION TAG LIBRARY IMPLEMENTATIONJSPVERSION TAG LIBRARY IMPLEMENTATIONJSPVERSION TAG LIBRARY IMPLEMENTATIONJSPVERSION TAG LIBRARY Depends Upon

shortname a simple default short name that could be used by a JSP authoring tool to create names with a mnemonic value; for example, the it may be used as the prefered prefix value in taglib directivesuri a uri uniquely identifying this taglibinfo a simple string describing the "use" of this taglib, shop be user discrNable ->

#Pcdata :: = [0-9] * {"." [0-9]} 0..3->

#Pcdata :: = [0-9] * {"." [0-9]} 0..3->

#Pcdata :: = nmtoken ->

- the unique tag / element name- the subclass of javax.servlet.jsp.tagext.Tag implementation class- an optional subclass of javax.servlet.jsp.tagext.TagExtraInfo- the body content type (hint) - optional tag-specific information - Any Attributes ->

#Pcdata :: = fully Qualified Java Class Name ->

IF this is not given, The class is not consuled at translation time.

#Pcdata :: = fully Qualified Java Class Name ->

. PrimrilyIntended for use by page composition tools.

THERE CURRENTLY THREE VALUES Specified: TagDependent The Body of The Tag IS Interpreted by The Tag Implementation Itself, and is Most LIKELY IN A DIFFERENT "Langage", EMBEDDED SQL Statements.

JSP The Body of the Tag Contains Nested JSP Syntax

EMPTY THE BODY MUST BE EMPTY

The default (if not defined) IS JSP

#Pcdata :: = tagdependent | JSP | EMPTY

->

An Attribute Definition is Composed of:

- The attributes name (required) - if the attribute is required or optional (optional) - IF The attributes value may be Dynamical Calculated at Runtime By A ScriptleEt Expression (Optional)

->

#Pcdata :: = nmtoken ->

#Pcdata :: = TRUE | FALSE | YES | NO

IF not present the default is "false", i.e the attributeis optional .-->

<-! Defines if the nesting attribute can have scriptlet expressions asa value, i.e the value of the attribute may be dynamically calculatedat request time, as opposed to a static value determined at translationtime.

#Pcdata :: = TRUE | FALSE | YES | NO

If Not Present Ten The Default IS "false", I.e the attributehas a static value ->

转载请注明原文地址:https://www.9cbs.com/read-69339.html

New Post(0)