public class InitializeComponentPhase extends ViewLifecyclePhaseBase
During the initialize phase each component of the tree is invoked to setup state based on the configuration and request options.
The initialize phase is only called once per View lifecycle
Note the View instance also contains the context Map that was created based on the
parameters sent to the view service
| Constructor and Description |
|---|
InitializeComponentPhase() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEndViewStatus()
Gets the expected view status after phase execution.
|
ViewLifecycle.LifecycleEvent |
getEventToNotify()
Gets the event to notify on completion.
|
String |
getStartViewStatus()
Gets the expected view status prior to phase execution.
|
String |
getViewPhase()
Gets the view lifecycle phase constant that corresponds to this phase processing task.
|
getCurrentTask, getDepth, getElement, getNestedPropertiesForRefreshPath, getParent, getParentPath, getPredecessor, getRefreshPaths, getViewPath, hasPendingSuccessors, initializeAllLifecycleSuccessors, initializeRefreshPathSuccessors, initializeSuccessor, initializeSuccessors, isComplete, isProcessed, notifyCompleted, prepare, processSuccessors, recycle, removePendingSuccessor, run, setNextPhase, setPredecessor, setRefreshPaths, setSkipLifecycleTasks, setTasks, setViewPath, shouldSkipLifecycle, toString, trace, validateBeforeProcessing, verifyCompletedpublic InitializeComponentPhase()
public String getViewPhase()
UifConstants.ViewPhasespublic String getStartViewStatus()
public String getEndViewStatus()
public ViewLifecycle.LifecycleEvent getEventToNotify()
ViewLifecycle.LifecycleEventCopyright © 2005–2016 The Kuali Foundation. All rights reserved.