|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openejb.jee.FacesApplication
public class FacesApplication
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">
<sequence>
<element name="action-listener" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="default-render-kit-id" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="message-bundle" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="navigation-handler" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="view-handler" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="state-manager" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="el-resolver" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="property-resolver" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="variable-resolver" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="locale-config" type="{http://java.sun.com/xml/ns/javaee}faces-config-locale-configType" maxOccurs="unbounded" minOccurs="0"/>
<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"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.util.List<java.lang.String> |
actionListener
|
protected java.util.List<FacesApplicationExtension> |
applicationExtension
|
protected java.util.List<java.lang.String> |
defaultRenderKitId
|
protected java.util.List<java.lang.String> |
elResolver
|
protected java.lang.String |
id
|
protected java.util.List<FacesLocaleConfig> |
localeConfig
|
protected java.util.List<java.lang.String> |
messageBundle
|
protected java.util.List<java.lang.String> |
navigationHandler
|
protected java.util.List<java.lang.String> |
propertyResolver
|
protected FacesApplicationResourceBundle |
resourceBundle
|
protected java.util.List<java.lang.String> |
stateManager
|
protected java.util.List<java.lang.String> |
variableResolver
|
protected java.util.List<java.lang.String> |
viewHandler
|
| Constructor Summary | |
|---|---|
FacesApplication()
|
|
| Method Summary | |
|---|---|
java.util.List<java.lang.String> |
getActionListener()
Gets the value of the actionListener property. |
java.util.List<FacesApplicationExtension> |
getApplicationExtension()
Gets the value of the applicationExtension property. |
java.util.List<java.lang.String> |
getDefaultRenderKitId()
Gets the value of the defaultRenderKitId property. |
java.util.List<java.lang.String> |
getElResolver()
Gets the value of the elResolver property. |
java.lang.String |
getId()
Gets the value of the id property. |
java.util.List<FacesLocaleConfig> |
getLocaleConfig()
Gets the value of the localeConfig property. |
java.util.List<java.lang.String> |
getMessageBundle()
Gets the value of the messageBundle property. |
java.util.List<java.lang.String> |
getNavigationHandler()
Gets the value of the navigationHandler property. |
java.util.List<java.lang.String> |
getPropertyResolver()
Gets the value of the propertyResolver property. |
FacesApplicationResourceBundle |
getResourceBundle()
Gets the value of the resourceBundle property. |
java.util.List<java.lang.String> |
getStateManager()
Gets the value of the stateManager property. |
java.util.List<java.lang.String> |
getVariableResolver()
Gets the value of the variableResolver property. |
java.util.List<java.lang.String> |
getViewHandler()
Gets the value of the viewHandler property. |
void |
setId(java.lang.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 |
|---|
protected java.util.List<java.lang.String> actionListener
protected java.util.List<java.lang.String> defaultRenderKitId
protected java.util.List<java.lang.String> messageBundle
protected java.util.List<java.lang.String> navigationHandler
protected java.util.List<java.lang.String> viewHandler
protected java.util.List<java.lang.String> stateManager
protected java.util.List<java.lang.String> elResolver
protected java.util.List<java.lang.String> propertyResolver
protected java.util.List<java.lang.String> variableResolver
protected java.util.List<FacesLocaleConfig> localeConfig
protected FacesApplicationResourceBundle resourceBundle
protected java.util.List<FacesApplicationExtension> applicationExtension
protected java.lang.String id
| Constructor Detail |
|---|
public FacesApplication()
| Method Detail |
|---|
public java.util.List<java.lang.String> getActionListener()
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
public java.util.List<java.lang.String> getDefaultRenderKitId()
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
public java.util.List<java.lang.String> getMessageBundle()
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
public java.util.List<java.lang.String> getNavigationHandler()
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
public java.util.List<java.lang.String> getViewHandler()
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
public java.util.List<java.lang.String> getStateManager()
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
public java.util.List<java.lang.String> getElResolver()
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
public java.util.List<java.lang.String> getPropertyResolver()
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
public java.util.List<java.lang.String> getVariableResolver()
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
public java.util.List<FacesLocaleConfig> getLocaleConfig()
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
public FacesApplicationResourceBundle getResourceBundle()
FacesApplicationResourceBundlepublic void setResourceBundle(FacesApplicationResourceBundle value)
value - allowed object is
FacesApplicationResourceBundlepublic java.util.List<FacesApplicationExtension> getApplicationExtension()
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
public java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||