org.apache.myfaces.lifecycle
Class LifecycleFactoryImpl
java.lang.Object
javax.faces.lifecycle.LifecycleFactory
org.apache.myfaces.lifecycle.LifecycleFactoryImpl
- All Implemented Interfaces:
- FacesWrapper<LifecycleFactory>
public class LifecycleFactoryImpl
- extends LifecycleFactory
- Version:
- $Revision: 1187701 $ $Date: 2011-10-22 14:21:54 +0200 (Sat, 22 Oct 2011) $
- Author:
- Manfred Geiler (latest modification by $Author: bommel $), Anton Koinov
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LifecycleFactoryImpl
public LifecycleFactoryImpl()
purgeLifecycle
public void purgeLifecycle()
addLifecycle
public void addLifecycle(String id,
Lifecycle lifecycle)
- Specified by:
addLifecycle
in class LifecycleFactory
getLifecycle
public Lifecycle getLifecycle(String id)
throws FacesException
- Specified by:
getLifecycle
in class LifecycleFactory
- Throws:
FacesException
getLifecycleIds
public Iterator<String> getLifecycleIds()
- Specified by:
getLifecycleIds
in class LifecycleFactory
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.