|
Oracle Fusion Middleware Java API Reference for Oracle ADF Lifecycle 11g Release 1 (11.1.1.4.0) E10652-05 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
oracle.adf.controller.v2.lifecycle.PagePhaseEvent
public class PagePhaseEvent
PagePhaseEvent happend before and after each of the phase of the ADF PageLifecycle being listened.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
PagePhaseEvent(LifecycleContext context,
int phaseId,
Lifecycle lifecycle)
Construct a new event object.The source of the event is the Lifecycle from the specified parameter. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDebugValue()
Returns the debugger object expression. |
LifecycleContext |
getLifecycleContext()
Return the LifecycleContext to the listener of the phase event. |
int |
getPhaseId()
Return the phase id of the phase. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PagePhaseEvent(LifecycleContext context,
int phaseId,
Lifecycle lifecycle)
Lifecycle from the specified parameter.
| Method Detail |
|---|
public LifecycleContext getLifecycleContext()
LifecycleContext to the listener of the phase event.
public int getPhaseId()
Lifecycle.INIT_CONTEXT_IDLifecycle.PREPARE_MODEL_IDLifecycle.APPLY_INPUT_VALUES_IDLifecycle.VALIDATE_INPUT_VALUES_IDLifecycle.PROCESS_UPDATE_MODEL_IDLifecycle.VALIDATE_MODEL_UPDATES_IDLifecycle.PROCESS_COMPONENT_EVENTS_IDLifecycle.PREPARE_RENDER_ID
public java.lang.String getDebugValue()
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Lifecycle 11g Release 1 (11.1.1.4.0) E10652-05 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||