org.apache.myfaces.lifecycle

Class LifecycleFactoryImpl


public class LifecycleFactoryImpl
extends LifecycleFactory

Version:
$Revision: 167257 $ $Date: 2004-10-13 13:51:02 +0200 (Wed, 13 Oct 2004) $
Authors:
Manfred Geiler (latest modification by $Author: matze $)
Anton Koinov

Constructor Summary

LifecycleFactoryImpl()

Method Summary

void
addLifecycle(String id, Lifecycle lifecycle)
Lifecycle
getLifecycle(String id)
Iterator
getLifecycleIds()

Constructor Details

LifecycleFactoryImpl

public LifecycleFactoryImpl()

Method Details

addLifecycle

public void addLifecycle(String id,
                         Lifecycle lifecycle)

getLifecycle

public Lifecycle getLifecycle(String id)
            throws FacesException

getLifecycleIds

public Iterator getLifecycleIds()