http://java.sun.com/xml/ns/j2ee
complexType tagFileType

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://java.sun.com/xml/ns/j2ee}tagFileType (restriction)

Documentation

	Defines an action in this tag library that is implemented
	as a .tag file.

	The tag-file element has two required subelements:

	description       Optional tag-specific information

	display-name      A short name that is intended to be
			  displayed by tools

	icon              Optional icon element that can be used
			  by tools

	name              The unique action name

	path              Where to find the .tag file implementing this
			  action, relative to the root of the web
			  application or the root of the JAR file for a
			  tag library packaged in a JAR.  This must
			  begin with /WEB-INF/tags if the .tag file
			  resides in the WAR, or /META-INF/tags if the
			  .tag file resides in a JAR.

	example           Optional informal description of an
			  example of a use of this tag

	tag-extension     Zero or more extensions that provide extra
			  information about this tag, for tool
			  consumption

      
Properties
This component is not nillable.

Model
<...
  id = xsd:ID>
((description*, display-name*, icon*), name, path, example?, tag-extension* )
</...>


Nested Element Summary
j2ee:descriptionTypedescription
          
j2ee:display-nameTypedisplay-name
          
j2ee:xsdStringTypeexample
           The example element contains an informal description of an example of the use of a tag.  
j2ee:iconTypeicon
          
j2ee:tld-canonical-nameTypename
          
j2ee:pathTypepath
          
j2ee:tld-extensionTypetag-extension
           Tag extensions are for tool use only and must not affect the behavior of a container.  

Attribute Summary
 xsd:IDid
          

Attribute Detail

id

Type:
xsd:ID
Use:
optional
Form:
unqualified

Local Usage
tldTaglibType

Source
<xsd:complexType name="tagFileType">
<xsd:sequence>
<xsd:group ref="j2ee:descriptionGroup"/>
<xsd:element name="name" type="j2ee:tld-canonical-nameType"/>
<xsd:element name="path" type="j2ee:pathType"/>
<xsd:element minOccurs="0" name="example" type="j2ee:xsdStringType">
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="tag-extension" type="j2ee:tld-extensionType">
</xsd:element>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID"/>
</xsd:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.