complexType faces-config-converterType

complexType {http://java.sun.com/xml/ns/j2ee}faces-config-converterType

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


Source

<xsd:complexType name="faces-config-converterType">
    <
xsd:annotation>
        <
xsd:documentation>
The "converter" element represents a concrete Converter
implementation class that should be registered under the
specified converter identifier. Converter identifiers must be
unique within the entire web application.

Nested "attribute" elements identify generic attributes that
may be configured on the corresponding UIComponent in order to
affect the operation of the Converter. Nested "property"
elements identify JavaBeans properties of the Converter
implementation class that may be configured to affect the
operation of the Converter.
        
</xsd:documentation>
    </
xsd:annotation>
    <
xsd:sequence>
        <
xsd:group ref="j2ee:descriptionGroup"/>
        <
xsd:choice>
            <
xsd:element name="converter-id" type="j2ee:string">
                <
xsd:annotation>
                    <
xsd:documentation>
The "converter-id" element represents the identifier
under which the corresponding Converter class should
be registered.
                    
</xsd:documentation>
                </
xsd:annotation>
            </
xsd:element>
            <
xsd:element name="converter-for-class" type="j2ee:fully-qualified-classType">
                <
xsd:annotation>
                    <
xsd:documentation>
The "converter-for-class" element represents the
fully qualified class name for which a Converter
class will be registered.
                    
</xsd:documentation>
                </
xsd:annotation>
            </
xsd:element>
        </
xsd:choice>
        <
xsd:element name="converter-class" type="j2ee:fully-qualified-classType">
            <
xsd:annotation>
                <
xsd:documentation>
The "converter-class" element represents the fully
qualified class name of a concrete Converter
implementation class.
                
</xsd:documentation>
            </
xsd:annotation>
        </
xsd:element>
        <
xsd:element name="attribute" type="j2ee:faces-config-attributeType" minOccurs="0"
            
maxOccurs="unbounded"/>
        <
xsd:element name="property" type="j2ee:faces-config-propertyType" minOccurs="0"
            
maxOccurs="unbounded"/>
    </
xsd:sequence>
    <
xsd:attribute name="id" type="xsd:ID"/>
</
xsd:complexType>


Documentation

The "converter" element represents a concrete Converter
implementation class that should be registered under the
specified converter identifier.  Converter identifiers must be
unique within the entire web application.
Nested "attribute" elements identify generic attributes that
may be configured on the corresponding UIComponent in order to
affect the operation of the Converter.  Nested "property"
elements identify JavaBeans properties of the Converter
implementation class that may be configured to affect the
operation of the Converter.


complexType faces-config-converterType


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.