|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openejb.jee.FacesFactory
public class FacesFactory
web-facesconfig_2_0.xsd
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 *
| Field Summary | |
|---|---|
protected List<String> |
applicationFactory
|
protected List<String> |
exceptionHandlerFactory
|
protected List<String> |
externalContextFactory
|
protected List<String> |
facesContextFactory
|
protected List<FacesFactoryExtension> |
factoryExtension
|
protected String |
id
|
protected List<String> |
lifecycleFactory
|
protected List<String> |
partialViewContextFactory
|
protected List<String> |
renderKitFactory
|
protected List<String> |
tagHandlerDelegateFactory
|
protected List<String> |
viewDeclarationLanguageFactory
|
protected List<String> |
visitContextFactory
|
| Constructor Summary | |
|---|---|
FacesFactory()
|
|
| Method Summary | |
|---|---|
List<String> |
getApplicationFactory()
Gets the value of the applicationFactory property. |
List<String> |
getExceptionHandlerFactory()
|
List<String> |
getExternalContextFactory()
|
List<String> |
getFacesContextFactory()
Gets the value of the facesContextFactory property. |
List<FacesFactoryExtension> |
getFactoryExtension()
Gets the value of the factoryExtension property. |
String |
getId()
Gets the value of the id property. |
List<String> |
getLifecycleFactory()
Gets the value of the lifecycleFactory property. |
List<String> |
getPartialViewContextFactory()
|
List<String> |
getRenderKitFactory()
Gets the value of the renderKitFactory property. |
List<String> |
getTagHandlerDelegateFactory()
|
List<String> |
getViewDeclarationLanguageFactory()
|
List<String> |
getVisitContextFactory()
|
void |
setId(String value)
Sets the value of the id property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<String> applicationFactory
protected List<String> exceptionHandlerFactory
protected List<String> externalContextFactory
protected List<String> facesContextFactory
protected List<String> partialViewContextFactory
protected List<String> lifecycleFactory
protected List<String> viewDeclarationLanguageFactory
protected List<String> tagHandlerDelegateFactory
protected List<String> renderKitFactory
protected List<String> visitContextFactory
protected List<FacesFactoryExtension> factoryExtension
protected String id
| Constructor Detail |
|---|
public FacesFactory()
| Method Detail |
|---|
public List<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 List<String> getExceptionHandlerFactory()
public List<String> getExternalContextFactory()
public List<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 List<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 List<String> getViewDeclarationLanguageFactory()
public List<String> getPartialViewContextFactory()
public List<String> getTagHandlerDelegateFactory()
public List<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 List<String> getVisitContextFactory()
public 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 String getId()
Stringpublic void setId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||