org.apache.myfaces.tobago.lifecycle
Class TobagoLifecycleFactory

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

public class TobagoLifecycleFactory
extends LifecycleFactory


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

Constructor Detail

TobagoLifecycleFactory

public TobagoLifecycleFactory(LifecycleFactory factory)
Method Detail

addLifecycle

public void addLifecycle(String lifecycleId,
                         Lifecycle lifecycle)
Specified by:
addLifecycle in class LifecycleFactory

getLifecycle

public Lifecycle getLifecycle(String lifecycleId)
Specified by:
getLifecycle in class LifecycleFactory

getLifecycleIds

public Iterator getLifecycleIds()
Specified by:
getLifecycleIds in class LifecycleFactory


Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.