org.apache.openejb.jee
Class FacesApplication

java.lang.Object
  extended by org.apache.openejb.jee.FacesApplication

public class FacesApplication
extends Object

web-facesconfig_2_0.xsd

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="resource-handler" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType"/>
         <element name="system-event-listener" type="{http://java.sun.com/xml/ns/javaee}faces-config-system-event-listenerType" maxOccurs="unbounded" minOccurs="0"/>
         <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"/>
         <element name="default-validators" type="{http://java.sun.com/xml/ns/javaee}faces-config-default-validatorsType"/>
       </choice>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<String> actionListener
           
protected  List<FacesApplicationExtension> applicationExtension
           
protected  List<String> defaultRenderKitId
           
protected  List<FacesValidator> defaultValidators
           
protected  List<String> elResolver
           
protected  String id
           
protected  List<FacesLocaleConfig> localeConfig
           
protected  List<String> messageBundle
           
protected  List<String> navigationHandler
           
protected  List<String> propertyResolver
           
protected  FacesApplicationResourceBundle resourceBundle
           
protected  List<String> resourceHandler
           
protected  List<String> stateManager
           
protected  List<FacesSystemEventListener> systemEventListener
           
protected  List<String> variableResolver
           
protected  List<String> viewHandler
           
 
Constructor Summary
FacesApplication()
           
 
Method Summary
 List<String> getActionListener()
          Gets the value of the actionListener property.
 List<FacesApplicationExtension> getApplicationExtension()
          Gets the value of the applicationExtension property.
 List<String> getDefaultRenderKitId()
          Gets the value of the defaultRenderKitId property.
 List<FacesValidator> getDefaultValidators()
           
 List<String> getElResolver()
          Gets the value of the elResolver property.
 String getId()
          Gets the value of the id property.
 List<FacesLocaleConfig> getLocaleConfig()
          Gets the value of the localeConfig property.
 List<String> getMessageBundle()
          Gets the value of the messageBundle property.
 List<String> getNavigationHandler()
          Gets the value of the navigationHandler property.
 List<String> getPropertyResolver()
          Gets the value of the propertyResolver property.
 FacesApplicationResourceBundle getResourceBundle()
          Gets the value of the resourceBundle property.
 List<String> getResourceHandler()
           
 List<String> getStateManager()
          Gets the value of the stateManager property.
 List<FacesSystemEventListener> getSystemEventListener()
           
 List<String> getVariableResolver()
          Gets the value of the variableResolver property.
 List<String> getViewHandler()
          Gets the value of the viewHandler property.
 void setId(String value)
          Sets the value of the id property.
 void setResourceBundle(FacesApplicationResourceBundle value)
          Sets the value of the resourceBundle property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

actionListener

protected List<String> actionListener

defaultRenderKitId

protected List<String> defaultRenderKitId

messageBundle

protected List<String> messageBundle

navigationHandler

protected List<String> navigationHandler

viewHandler

protected List<String> viewHandler

stateManager

protected List<String> stateManager

elResolver

protected List<String> elResolver

propertyResolver

protected List<String> propertyResolver

variableResolver

protected List<String> variableResolver

resourceHandler

protected List<String> resourceHandler

systemEventListener

protected List<FacesSystemEventListener> systemEventListener

localeConfig

protected List<FacesLocaleConfig> localeConfig

resourceBundle

protected FacesApplicationResourceBundle resourceBundle

applicationExtension

protected List<FacesApplicationExtension> applicationExtension

defaultValidators

protected List<FacesValidator> defaultValidators

id

protected String id
Constructor Detail

FacesApplication

public FacesApplication()
Method Detail

getActionListener

public List<String> getActionListener()
Gets the value of the actionListener property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the actionListener property.

For example, to add a new item, do as follows:

    getActionListener().add(newItem);
 

Objects of the following type(s) are allowed in the list String


getDefaultRenderKitId

public List<String> getDefaultRenderKitId()
Gets the value of the defaultRenderKitId property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the defaultRenderKitId property.

For example, to add a new item, do as follows:

    getDefaultRenderKitId().add(newItem);
 

Objects of the following type(s) are allowed in the list String


getMessageBundle

public List<String> getMessageBundle()
Gets the value of the messageBundle property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the messageBundle property.

For example, to add a new item, do as follows:

    getMessageBundle().add(newItem);
 

Objects of the following type(s) are allowed in the list String


getNavigationHandler

public List<String> getNavigationHandler()
Gets the value of the navigationHandler property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the navigationHandler property.

For example, to add a new item, do as follows:

    getNavigationHandler().add(newItem);
 

Objects of the following type(s) are allowed in the list String


getViewHandler

public List<String> getViewHandler()
Gets the value of the viewHandler property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the viewHandler property.

For example, to add a new item, do as follows:

    getViewHandler().add(newItem);
 

Objects of the following type(s) are allowed in the list String


getStateManager

public List<String> getStateManager()
Gets the value of the stateManager property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the stateManager property.

For example, to add a new item, do as follows:

    getStateManager().add(newItem);
 

Objects of the following type(s) are allowed in the list String


getElResolver

public List<String> getElResolver()
Gets the value of the elResolver property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the elResolver property.

For example, to add a new item, do as follows:

    getElResolver().add(newItem);
 

Objects of the following type(s) are allowed in the list String


getPropertyResolver

public List<String> getPropertyResolver()
Gets the value of the propertyResolver property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the propertyResolver property.

For example, to add a new item, do as follows:

    getPropertyResolver().add(newItem);
 

Objects of the following type(s) are allowed in the list String


getVariableResolver

public List<String> getVariableResolver()
Gets the value of the variableResolver property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the variableResolver property.

For example, to add a new item, do as follows:

    getVariableResolver().add(newItem);
 

Objects of the following type(s) are allowed in the list String


getResourceHandler

public List<String> getResourceHandler()

getSystemEventListener

public List<FacesSystemEventListener> getSystemEventListener()

getLocaleConfig

public List<FacesLocaleConfig> getLocaleConfig()
Gets the value of the localeConfig property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the localeConfig property.

For example, to add a new item, do as follows:

    getLocaleConfig().add(newItem);
 

Objects of the following type(s) are allowed in the list FacesLocaleConfig


getResourceBundle

public FacesApplicationResourceBundle getResourceBundle()
Gets the value of the resourceBundle property.

Returns:
possible object is FacesApplicationResourceBundle

setResourceBundle

public void setResourceBundle(FacesApplicationResourceBundle value)
Sets the value of the resourceBundle property.

Parameters:
value - allowed object is FacesApplicationResourceBundle

getApplicationExtension

public List<FacesApplicationExtension> getApplicationExtension()
Gets the value of the applicationExtension property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the applicationExtension property.

For example, to add a new item, do as follows:

    getApplicationExtension().add(newItem);
 

Objects of the following type(s) are allowed in the list FacesApplicationExtension


getDefaultValidators

public List<FacesValidator> getDefaultValidators()

getId

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

Returns:
possible object is String

setId

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

Parameters:
value - allowed object is String


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.