complexType faces-config-converterType

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

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="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. "attribute" and "property"
elements are intended to allow component developers to
more completely describe their components to tools and users.
These elements have no required runtime semantics.
        
</xsd:documentation>
    </
xsd:annotation>
    <
xsd:sequence>
        <
xsd:group ref="javaee:descriptionGroup"/>
        <
xsd:choice>
            <
xsd:element name="converter-id" type="javaee: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="javaee: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="javaee: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="javaee:faces-config-attributeType" minOccurs="0"
            
maxOccurs="unbounded">
            <
xsd:annotation>
                <
xsd:documentation>
Nested "attribute" elements identify generic
attributes that may be configured on the
corresponding UIComponent in order to affect the
operation of the Converter. This attribute is
primarily for design-time tools and is not
specified to have any meaning at runtime.
                
</xsd:documentation>
            </
xsd:annotation>
        </
xsd:element>
        <
xsd:element name="property" type="javaee:faces-config-propertyType" minOccurs="0"
            
maxOccurs="unbounded">
            <
xsd:annotation>
                <
xsd:documentation>
Nested "property" elements identify JavaBeans
properties of the Converter implementation class
that may be configured to affect the operation of
the Converter. This attribute is primarily for
design-time tools and is not specified to have
any meaning at runtime.
                
</xsd:documentation>
            </
xsd:annotation>
        </
xsd:element>
        <
xsd:element name="converter-extension" type="javaee:faces-config-converter-extensionType"
            
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.  "attribute" and "property"
elements are intended to allow component developers to
more completely describe their components to tools and users.
These elements have no required runtime semantics.


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.