public final class StandardPipelinePhases
extends java.lang.Object
IFContext as subject.| Modifier and Type | Field and Description |
|---|---|
static PipelinePhase |
CLICK
Called when a click is detected in a context.
|
static PipelinePhase |
CLOSE
Called when a context is closed for a viewer.
|
static PipelinePhase |
FIRST_RENDER
Called when a
context is going to be rendered. |
static PipelinePhase |
INIT
Called when a
root is initialized for the first time. |
static PipelinePhase |
INVALIDATION
A context is invalidated, or considered invalidated, when there are no more viewers in it.
|
static PipelinePhase |
LAYOUT_RESOLUTION |
static PipelinePhase |
OPEN
Called when a context is about to open.
|
static PipelinePhase |
UPDATE
Called when a
context is going to be updated. |
public static final PipelinePhase INIT
public static final PipelinePhase OPEN
IFOpenContext.public static final PipelinePhase FIRST_RENDER
context is going to be rendered.
In this pipeline phase the pipeline interceptor subject is a IFRenderContext.public static final PipelinePhase LAYOUT_RESOLUTION
public static final PipelinePhase UPDATE
context is going to be updated.
In this pipeline phase the pipeline interceptor subject is a IFRenderContext.public static final PipelinePhase CLICK
IFConfinedContext.public static final PipelinePhase CLOSE
IFCloseContext.public static final PipelinePhase INVALIDATION
IFContext (non-confined).