public class PreProcessElementPhase extends ViewLifecyclePhaseBase
Constructor and Description |
---|
PreProcessElementPhase() |
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.
|
protected ViewLifecyclePhase |
initializeSuccessor(LifecycleElement nestedElement,
String nestedPath,
Component nestedParent)
Initializes a successor of this phase for a given nested element.
|
afterPrepare, getCurrentTask, getDepth, getElement, getNestedPropertiesForRefreshPath, getParent, getParentPath, getPredecessor, getViewPath, hasPendingSuccessors, initializeAllLifecycleSuccessors, initializeRefreshPathSuccessors, initializeSuccessors, isComplete, isProcessed, notifyCompleted, prepareElement, prepareView, processSuccessors, recycle, removePendingSuccessor, run, setNextPhase, setPredecessor, setRefreshPaths, setSkipLifecycleTasks, setTasks, setViewPath, shouldSkipLifecycle, toString, trace, validateBeforeProcessing, verifyCompleted
public PreProcessElementPhase()
public ViewLifecycle.LifecycleEvent getEventToNotify()
ViewLifecycle.LifecycleEvent
public String getStartViewStatus()
public String getEndViewStatus()
public String getViewPhase()
UifConstants.ViewPhases
protected ViewLifecyclePhase initializeSuccessor(LifecycleElement nestedElement, String nestedPath, Component nestedParent)
initializeSuccessor
in class ViewLifecyclePhaseBase
nestedElement
- The lifecycle element.nestedPath
- The path, relative to the parent element.nestedParent
- The parent component of the nested element.Copyright © 2005–2014 The Kuali Foundation. All rights reserved.