complexType tld-deferred-methodType

complexType {http://java.sun.com/xml/ns/javaee}tld-deferred-methodType

Abstractfalse (This can be used in an instance)
Target Namespacehttp://java.sun.com/xml/ns/javaee
Declared Namespacesxmlns:javaee=http://java.sun.com/xml/ns/javaee
xmlns:xsd=http://www.w3.org/2001/XMLSchema


Source

<xsd:complexType name="tld-deferred-methodType">
    <
xsd:annotation>
        <
xsd:documentation>
Defines information about how to provide the value for a
tag handler attribute that accepts a javax.el.MethodExpression.

The deferred-method element has one optional subelement:

method-signature Provides the signature, as in the Java
Language Specifies, that is expected for
the method being identified by the
expression.
        
</xsd:documentation>
    </
xsd:annotation>
    <
xsd:sequence>
        <
xsd:element name="method-signature" type="javaee:string" minOccurs="0">
            <
xsd:annotation>
                <
xsd:documentation>
Provides the expected signature of the method identified
by the javax.el.MethodExpression.

This disambiguates overloaded methods and ensures that
the return value is of the expected type.

The syntax of the method-signature element is identical
to that of the function-signature element. See the
documentation for function-signature for more details.

The name of the method is for documentation purposes only
and is ignored by the JSP container.

Example:

boolean validate(java.lang.String)
                
</xsd:documentation>
            </
xsd:annotation>
        </
xsd:element>
    </
xsd:sequence>
    <
xsd:attribute name="id" type="xsd:ID"/>
</
xsd:complexType>


Documentation

        Defines information about how to provide the value for a
        tag handler attribute that accepts a javax.el.MethodExpression.
	The deferred-method element has one optional subelement:
	method-signature  Provides the signature, as in the Java
                          Language Specifies, that is expected for
                          the method being identified by the
                          expression.


complexType tld-deferred-methodType


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.