| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://java.sun.com/xml/ns/j2ee}functionType (restriction)
The function element is used to provide information on each
function in the tag library that is to be exposed to the EL.
The function element may have several subelements defining:
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 A unique name for this function
function-class Provides the name of the Java class that
implements the function
function-signature Provides the signature, as in the Java
Language Specification, of the Java
method that is to be used to implement
the function.
example Optional informal description of an
example of a use of this function
function-extension Zero or more extensions that provide extra
information about this function, for tool
consumption
| Nested Element Summary | |
j2ee:descriptionType | description |
j2ee:display-nameType | display-name |
j2ee:xsdStringType | exampleThe example element contains an informal description of an example of the use of this function. |
j2ee:fully-qualified-classType | function-classProvides the fully-qualified class name of the Java class containing the static method that implements the function. |
j2ee:tld-extensionType | function-extensionFunction extensions are for tool use only and must not affect the behavior of a container. |
j2ee:string | function-signatureProvides the signature, of the static Java method that is to be used to implement the function. |
j2ee:iconType | icon |
j2ee:tld-canonical-nameType | nameA unique name for this function. |
| Attribute Summary | |
xsd:ID | id |
| Attribute Detail |
xsd:IDoptionalunqualified<xsd:complexType name="functionType"><xsd:sequence><xsd:element maxOccurs="unbounded" minOccurs="0" name="function-extension" type="j2ee:tld-extensionType"></xsd:sequence>
</xsd:element><xsd:attribute name="id" type="xsd:ID"/></xsd:complexType>
| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||