net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee
Interface FacesConfigApplicationType

All Known Implementing Classes:
FacesConfigApplicationTypeImpl

public interface FacesConfigApplicationType

The "application" element provides a mechanism to define the various per-application-singleton implementation artifacts for a particular web application that is utilizing JavaServer Faces. For nested elements that are not specified, the JSF implementation must provide a suitable default.

Java class for faces-config-applicationType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="faces-config-applicationType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice maxOccurs="unbounded" minOccurs="0">
         <element name="action-listener" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType"/>
         <element name="default-render-kit-id" type="{http://java.sun.com/xml/ns/javaee}string"/>
         <element name="message-bundle" type="{http://java.sun.com/xml/ns/javaee}string"/>
         <element name="navigation-handler" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType"/>
         <element name="view-handler" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType"/>
         <element name="state-manager" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType"/>
         <element name="el-resolver" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType"/>
         <element name="property-resolver" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType"/>
         <element name="variable-resolver" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType"/>
         <element name="locale-config" type="{http://java.sun.com/xml/ns/javaee}faces-config-locale-configType"/>
         <element name="resource-bundle" type="{http://java.sun.com/xml/ns/javaee}faces-config-application-resource-bundleType"/>
         <element name="application-extension" type="{http://java.sun.com/xml/ns/javaee}faces-config-application-extensionType" maxOccurs="unbounded" minOccurs="0"/>
       </choice>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 javax.xml.bind.JAXBElement<?>[] getActionListenerOrDefaultRenderKitIdOrMessageBundle()
           
 javax.xml.bind.JAXBElement<?> getActionListenerOrDefaultRenderKitIdOrMessageBundle(int idx)
           
 int getActionListenerOrDefaultRenderKitIdOrMessageBundleLength()
           
 String getId()
          Gets the value of the id property.
 javax.xml.bind.JAXBElement<?> setActionListenerOrDefaultRenderKitIdOrMessageBundle(int idx, javax.xml.bind.JAXBElement<?> value)
           
 void setActionListenerOrDefaultRenderKitIdOrMessageBundle(javax.xml.bind.JAXBElement<?>[] values)
           
 void setId(String value)
          Sets the value of the id property.
 

Method Detail

getActionListenerOrDefaultRenderKitIdOrMessageBundle

javax.xml.bind.JAXBElement<?>[] getActionListenerOrDefaultRenderKitIdOrMessageBundle()
Returns:
array of JAXBElement<FacesConfigApplicationResourceBundleType> JAXBElement<String> JAXBElement<FullyQualifiedClassType> JAXBElement<FullyQualifiedClassType> JAXBElement<FullyQualifiedClassType> JAXBElement<FullyQualifiedClassType> JAXBElement<FullyQualifiedClassType> JAXBElement<FacesConfigApplicationExtensionType> JAXBElement<String> JAXBElement<FullyQualifiedClassType> JAXBElement<FullyQualifiedClassType> JAXBElement<FacesConfigLocaleConfigType>

getActionListenerOrDefaultRenderKitIdOrMessageBundle

javax.xml.bind.JAXBElement<?> getActionListenerOrDefaultRenderKitIdOrMessageBundle(int idx)
Returns:
one of JAXBElement<FacesConfigApplicationResourceBundleType> JAXBElement<String> JAXBElement<FullyQualifiedClassType> JAXBElement<FullyQualifiedClassType> JAXBElement<FullyQualifiedClassType> JAXBElement<FullyQualifiedClassType> JAXBElement<FullyQualifiedClassType> JAXBElement<FacesConfigApplicationExtensionType> JAXBElement<String> JAXBElement<FullyQualifiedClassType> JAXBElement<FullyQualifiedClassType> JAXBElement<FacesConfigLocaleConfigType>

getActionListenerOrDefaultRenderKitIdOrMessageBundleLength

int getActionListenerOrDefaultRenderKitIdOrMessageBundleLength()

setActionListenerOrDefaultRenderKitIdOrMessageBundle

void setActionListenerOrDefaultRenderKitIdOrMessageBundle(javax.xml.bind.JAXBElement<?>[] values)
Parameters:
values - allowed objects are JAXBElement<FacesConfigApplicationResourceBundleType> JAXBElement<String> JAXBElement<FullyQualifiedClassType> JAXBElement<FullyQualifiedClassType> JAXBElement<FullyQualifiedClassType> JAXBElement<FullyQualifiedClassType> JAXBElement<FullyQualifiedClassType> JAXBElement<FacesConfigApplicationExtensionType> JAXBElement<String> JAXBElement<FullyQualifiedClassType> JAXBElement<FullyQualifiedClassType> JAXBElement<FacesConfigLocaleConfigType>

setActionListenerOrDefaultRenderKitIdOrMessageBundle

javax.xml.bind.JAXBElement<?> setActionListenerOrDefaultRenderKitIdOrMessageBundle(int idx,
                                                                                   javax.xml.bind.JAXBElement<?> value)
Parameters:
value - allowed object is JAXBElement<FacesConfigApplicationResourceBundleType> JAXBElement<String> JAXBElement<FullyQualifiedClassType> JAXBElement<FullyQualifiedClassType> JAXBElement<FullyQualifiedClassType> JAXBElement<FullyQualifiedClassType> JAXBElement<FullyQualifiedClassType> JAXBElement<FacesConfigApplicationExtensionType> JAXBElement<String> JAXBElement<FullyQualifiedClassType> JAXBElement<FullyQualifiedClassType> JAXBElement<FacesConfigLocaleConfigType>

getId

String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String


Copyright © 2009 The CC-XJC Community. All Rights Reserved.