oracle.adf.controller.v2.lifecycle
Class Lifecycle.Phase
java.lang.Object
  
oracle.adf.controller.v2.lifecycle.Lifecycle.Phase
- Enclosing class:
 - Lifecycle
 
protected abstract static class Lifecycle.Phase
- extends java.lang.Object
 
Typesafe enumeration of all existing phases of the Lifecycle.
 See Phases for a complete description of each of the
 phase.
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
Lifecycle.Phase
protected Lifecycle.Phase(java.lang.String name)
execute
public abstract void execute(LifecycleContext context)
 
getName
public java.lang.String getName()
 
id
public int id()
 
toString
public java.lang.String toString()
- Overrides:
 toString in class java.lang.Object
 
 
Copyright © 1997, 2013, Oracle. All rights reserved.