Package org.apache.myfaces.lifecycle
Class LifecycleFactoryImpl
java.lang.Object
jakarta.faces.lifecycle.LifecycleFactory
org.apache.myfaces.lifecycle.LifecycleFactoryImpl
- All Implemented Interfaces:
- FacesWrapper<LifecycleFactory>,- Purgeable
- Version:
- $Revision$ $Date$
- Author:
- Manfred Geiler (latest modification by $Author$), Anton Koinov
- 
Field SummaryFields inherited from class jakarta.faces.lifecycle.LifecycleFactoryDEFAULT_LIFECYCLE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddLifecycle(String id, Lifecycle lifecycle) getLifecycle(String id) voidpurge()Methods inherited from class jakarta.faces.lifecycle.LifecycleFactorygetWrapped
- 
Constructor Details- 
LifecycleFactoryImplpublic LifecycleFactoryImpl()
 
- 
- 
Method Details- 
purgepublic void purge()
- 
addLifecycle- Specified by:
- addLifecyclein class- LifecycleFactory
 
- 
getLifecycle- Specified by:
- getLifecyclein class- LifecycleFactory
- Throws:
- FacesException
 
- 
getLifecycleIds- Specified by:
- getLifecycleIdsin class- LifecycleFactory
 
 
-