org.apache.myfaces.lifecycle
Class LifecycleFactoryImpl

java.lang.Object
  extended by javax.faces.lifecycle.LifecycleFactory
      extended by org.apache.myfaces.lifecycle.LifecycleFactoryImpl

public class LifecycleFactoryImpl
extends LifecycleFactory

Version:
$Revision: 561987 $ $Date: 2007-08-01 18:19:06 -0500 (Wed, 01 Aug 2007) $
Author:
Manfred Geiler (latest modification by $Author: mmarinschek $), Anton Koinov

Field Summary
 
Fields inherited from class javax.faces.lifecycle.LifecycleFactory
DEFAULT_LIFECYCLE
 
Constructor Summary
LifecycleFactoryImpl()
           
 
Method Summary
 void addLifecycle(String id, Lifecycle lifecycle)
           
 Lifecycle getLifecycle(String id)
           
 Iterator getLifecycleIds()
           
 void purgeLifecycle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LifecycleFactoryImpl

public LifecycleFactoryImpl()
Method Detail

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 getLifecycleIds()
Specified by:
getLifecycleIds in class LifecycleFactory


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.