complexType lifecycle-callbackType

complexType {http://java.sun.com/xml/ns/javaee}lifecycle-callbackType

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="lifecycle-callbackType">
    <
xsd:annotation>
        <
xsd:documentation>
The lifecycle-callback type specifies a method on a
class to be called when a lifecycle event occurs.
Note that each class may have only one lifecycle callback
method for any given event and that the method may not
be overloaded.

If the lifefycle-callback-class element is missing then
the class defining the callback is assumed to be the
component class in scope at the place in the descriptor
in which the callback definition appears.
        
</xsd:documentation>
    </
xsd:annotation>
    <
xsd:sequence>
        <
xsd:element name="lifecycle-callback-class" type="javaee:fully-qualified-classType"
            
minOccurs="0"/>
        <
xsd:element name="lifecycle-callback-method" type="javaee:java-identifierType"/>
    </
xsd:sequence>
</
xsd:complexType>


Documentation

	The lifecycle-callback type specifies a method on a
	class to be called when a lifecycle event occurs.
	Note that each class may have only one lifecycle callback
        method for any given event and that the method may not
	be overloaded.
        If the lifefycle-callback-class element is missing then
        the class defining the callback is assumed to be the
        component class in scope at the place in the descriptor
        in which the callback definition appears.


complexType lifecycle-callbackType


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.