complexType faces-config-application-resource-bundleType

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

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-application-resource-bundleType">
    <
xsd:annotation>
        <
xsd:documentation>
The resource-bundle element inside the application element
references a java.util.ResourceBundle instance by name
using the var element. ResourceBundles referenced in this
manner may be returned by a call to
Application.getResourceBundle() passing the current
FacesContext for this request and the value of the var
element below.
        
</xsd:documentation>
    </
xsd:annotation>
    <
xsd:sequence>
        <
xsd:group ref="javaee:descriptionGroup"/>
        <
xsd:element name="base-name" type="javaee:fully-qualified-classType">
            <
xsd:annotation>
                <
xsd:documentation>
The fully qualified class name of the
java.util.ResourceBundle instance.
                
</xsd:documentation>
            </
xsd:annotation>
        </
xsd:element>
        <
xsd:element name="var" type="javaee:string">
            <
xsd:annotation>
                <
xsd:documentation>
The name by which this ResourceBundle instance
is retrieved by a call to
Application.getResourceBundle().
                
</xsd:documentation>
            </
xsd:annotation>
        </
xsd:element>
    </
xsd:sequence>
    <
xsd:attribute name="id" type="xsd:ID"/>
</
xsd:complexType>


Documentation

The resource-bundle element inside the application element
references a java.util.ResourceBundle instance by name
using the var element.  ResourceBundles referenced in this
manner may be returned by a call to
Application.getResourceBundle() passing the current
FacesContext for this request and the value of the var
element below.


complexType faces-config-application-resource-bundleType


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.