public class FacesFactory
extends java.lang.Object
Java class for faces-config-factoryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="faces-config-factoryType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice maxOccurs="unbounded" minOccurs="0"> <element name="application-factory" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType"/> <element name="exception-handler-factory" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType"/> <element name="external-context-factory" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType"/> <element name="faces-context-factory" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType"/> <element name="partial-view-context-factory" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType"/> <element name="lifecycle-factory" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType"/> <element name="view-declaration-language-factory" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType"/> <element name="tag-handler-delegate-factory" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType"/> <element name="render-kit-factory" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType"/> <element name="visit-context-factory" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType"/> <element name="factory-extension" type="{http://java.sun.com/xml/ns/javaee}faces-config-factory-extensionType" maxOccurs="unbounded" minOccurs="0"/> </choice> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>5 *
Modifier and Type | Field and Description |
---|---|
protected java.util.List<java.lang.String> |
applicationFactory |
protected java.util.List<java.lang.String> |
exceptionHandlerFactory |
protected java.util.List<java.lang.String> |
externalContextFactory |
protected java.util.List<java.lang.String> |
facesContextFactory |
protected java.util.List<FacesFactoryExtension> |
factoryExtension |
protected java.lang.String |
id |
protected java.util.List<java.lang.String> |
lifecycleFactory |
protected java.util.List<java.lang.String> |
partialViewContextFactory |
protected java.util.List<java.lang.String> |
renderKitFactory |
protected java.util.List<java.lang.String> |
tagHandlerDelegateFactory |
protected java.util.List<java.lang.String> |
viewDeclarationLanguageFactory |
protected java.util.List<java.lang.String> |
visitContextFactory |
Constructor and Description |
---|
FacesFactory() |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getApplicationFactory()
Gets the value of the applicationFactory property.
|
java.util.List<java.lang.String> |
getExceptionHandlerFactory() |
java.util.List<java.lang.String> |
getExternalContextFactory() |
java.util.List<java.lang.String> |
getFacesContextFactory()
Gets the value of the facesContextFactory property.
|
java.util.List<FacesFactoryExtension> |
getFactoryExtension()
Gets the value of the factoryExtension property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
java.util.List<java.lang.String> |
getLifecycleFactory()
Gets the value of the lifecycleFactory property.
|
java.util.List<java.lang.String> |
getPartialViewContextFactory() |
java.util.List<java.lang.String> |
getRenderKitFactory()
Gets the value of the renderKitFactory property.
|
java.util.List<java.lang.String> |
getTagHandlerDelegateFactory() |
java.util.List<java.lang.String> |
getViewDeclarationLanguageFactory() |
java.util.List<java.lang.String> |
getVisitContextFactory() |
void |
setId(java.lang.String value)
Sets the value of the id property.
|
protected java.util.List<java.lang.String> applicationFactory
protected java.util.List<java.lang.String> exceptionHandlerFactory
protected java.util.List<java.lang.String> externalContextFactory
protected java.util.List<java.lang.String> facesContextFactory
protected java.util.List<java.lang.String> partialViewContextFactory
protected java.util.List<java.lang.String> lifecycleFactory
protected java.util.List<java.lang.String> viewDeclarationLanguageFactory
protected java.util.List<java.lang.String> tagHandlerDelegateFactory
protected java.util.List<java.lang.String> renderKitFactory
protected java.util.List<java.lang.String> visitContextFactory
protected java.util.List<FacesFactoryExtension> factoryExtension
protected java.lang.String id
public java.util.List<java.lang.String> getApplicationFactory()
set
method for the applicationFactory property.
For example, to add a new item, do as follows:
getApplicationFactory().add(newItem);Objects of the following type(s) are allowed in the list
String
public java.util.List<java.lang.String> getExceptionHandlerFactory()
public java.util.List<java.lang.String> getExternalContextFactory()
public java.util.List<java.lang.String> getFacesContextFactory()
set
method for the facesContextFactory property.
For example, to add a new item, do as follows:
getFacesContextFactory().add(newItem);Objects of the following type(s) are allowed in the list
String
public java.util.List<java.lang.String> getLifecycleFactory()
set
method for the lifecycleFactory property.
For example, to add a new item, do as follows:
getLifecycleFactory().add(newItem);Objects of the following type(s) are allowed in the list
String
public java.util.List<java.lang.String> getViewDeclarationLanguageFactory()
public java.util.List<java.lang.String> getPartialViewContextFactory()
public java.util.List<java.lang.String> getTagHandlerDelegateFactory()
public java.util.List<java.lang.String> getRenderKitFactory()
set
method for the renderKitFactory property.
For example, to add a new item, do as follows:
getRenderKitFactory().add(newItem);Objects of the following type(s) are allowed in the list
String
public java.util.List<java.lang.String> getVisitContextFactory()
public java.util.List<FacesFactoryExtension> getFactoryExtension()
set
method for the factoryExtension property.
For example, to add a new item, do as follows:
getFactoryExtension().add(newItem);Objects of the following type(s) are allowed in the list
FacesFactoryExtension
public java.lang.String getId()
String
public void setId(java.lang.String value)
value
- allowed object is
String