|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectLifecycleFactory
com.caucho.jsf.lifecycle.LifecycleFactoryImpl
public class LifecycleFactoryImpl
Factory class for returning JSF lifecycle.
| Constructor Summary | |
|---|---|
LifecycleFactoryImpl()
|
|
| Method Summary | |
|---|---|
void |
addLifecycle(java.lang.String name,
Lifecycle lifecycle)
Adds a named lifecycle to the factory. |
Lifecycle |
getLifecycle(java.lang.String name)
Returns the named lifecycle. |
java.util.Iterator<java.lang.String> |
getLifecycleIds()
Returns the list of the lifecycle names. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LifecycleFactoryImpl()
| Method Detail |
|---|
public void addLifecycle(java.lang.String name,
Lifecycle lifecycle)
public Lifecycle getLifecycle(java.lang.String name)
public java.util.Iterator<java.lang.String> getLifecycleIds()
public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||