public class PagePhaseEvent
extends java.util.EventObject
PagePhaseEvent happend before and after each of the phase of the ADF PageLifecycle being listened.
| Constructor and Description |
|---|
PagePhaseEvent(LifecycleContext context,
int phaseId,
Lifecycle lifecycle)
Construct a new event object.The source of the event is the
Lifecycle from the specified parameter. |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public PagePhaseEvent(LifecycleContext context, int phaseId, Lifecycle lifecycle)
Lifecycle from the specified parameter.public LifecycleContext getLifecycleContext()
LifecycleContext to the listener of the phase event.public int getPhaseId()
public java.lang.String getDebugValue()