Package org.apache.openejb.jee
Class FacesApplication
- java.lang.Object
-
- org.apache.openejb.jee.FacesApplication
-
public class FacesApplication extends Object
web-facesconfig_2_0.xsdJava 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
Fields Modifier and Type Field Description protected List<String>actionListenerprotected List<FacesApplicationExtension>applicationExtensionprotected List<String>defaultRenderKitIdprotected List<FacesValidator>defaultValidatorsprotected List<String>elResolverprotected Stringidprotected List<FacesLocaleConfig>localeConfigprotected List<String>messageBundleprotected List<String>navigationHandlerprotected List<String>propertyResolverprotected FacesApplicationResourceBundleresourceBundleprotected List<String>resourceHandlerprotected List<String>stateManagerprotected List<FacesSystemEventListener>systemEventListenerprotected List<String>variableResolverprotected List<String>viewHandler
-
Constructor Summary
Constructors Constructor Description FacesApplication()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.StringgetId()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.FacesApplicationResourceBundlegetResourceBundle()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.voidsetId(String value)Sets the value of the id property.voidsetResourceBundle(FacesApplicationResourceBundle value)Sets the value of the resourceBundle property.
-
-
-
Field Detail
-
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
-
-
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 asetmethod 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 listString
-
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 asetmethod 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 listString
-
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 asetmethod 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 listString
-
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 asetmethod 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 listString
-
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 asetmethod 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 listString
-
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 asetmethod 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 listString
-
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 asetmethod 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 listString
-
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 asetmethod 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 listString
-
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 asetmethod 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 listString
-
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 asetmethod 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 listFacesLocaleConfig
-
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 isFacesApplicationResourceBundle
-
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 asetmethod 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 listFacesApplicationExtension
-
getDefaultValidators
public List<FacesValidator> getDefaultValidators()
-
-