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: 962713 $ $Date: 2010-07-09 17:35:36 -0500 (Fri, 09 Jul 2010) $
- Author:
- Manfred Geiler (latest modification by $Author: lu4242 $), 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 © 2010 The Apache Software Foundation. All Rights Reserved.