complexType faces-config-factoryType

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

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-factoryType">
    <
xsd:annotation>
        <
xsd:documentation>
The "factory" element provides a mechanism to define the various
Factories that comprise parts of the implementation of JavaServer
Faces. For nested elements that are not specified, the JSF
implementation must provide a suitable default.
        
</xsd:documentation>
    </
xsd:annotation>
    <
xsd:choice minOccurs="0" maxOccurs="unbounded">
        <
xsd:element name="application-factory" type="j2ee:fully-qualified-classType">
            <
xsd:annotation>
                <
xsd:documentation>
The "application-factory" element contains the fully
qualified class name of the concrete ApplicationFactory
implementation class that will be called when
FactoryFinder.getFactory(APPLICATION_FACTORY) is
called.
                
</xsd:documentation>
            </
xsd:annotation>
        </
xsd:element>
        <
xsd:element name="faces-context-factory" type="j2ee:fully-qualified-classType">
            <
xsd:annotation>
                <
xsd:documentation>
The "faces-context-factory" element contains the
fully qualified class name of the concrete
FacesContextFactory implementation class that will
be called when FactoryFinder.getFactory(FACES_CONTEXT_FACTORY) is called.
                
</xsd:documentation>
            </
xsd:annotation>
        </
xsd:element>
        <
xsd:element name="lifecycle-factory" type="j2ee:fully-qualified-classType">
            <
xsd:annotation>
                <
xsd:documentation>
The "lifecycle-factory" element contains the fully
qualified class name of the concrete LifecycleFactory
implementation class that will be called when
FactoryFinder.getFactory(LIFECYCLE_FACTORY) is called.
                
</xsd:documentation>
            </
xsd:annotation>
        </
xsd:element>
        <
xsd:element name="render-kit-factory" type="j2ee:fully-qualified-classType">
            <
xsd:annotation>
                <
xsd:documentation>
The "render-kit-factory" element contains the fully
qualified class name of the concrete RenderKitFactory
implementation class that will be called when
FactoryFinder.getFactory(RENDER_KIT_FACTORY) is called.
                
</xsd:documentation>
            </
xsd:annotation>
        </
xsd:element>
    </
xsd:choice>
    <
xsd:attribute name="id" type="xsd:ID"/>
</
xsd:complexType>


Documentation

The "factory" element provides a mechanism to define the various
Factories that comprise parts of the implementation of JavaServer
Faces.  For nested elements that are not specified, the JSF
implementation must provide a suitable default.


complexType faces-config-factoryType


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.