public class AfterEvaluateExpressionTask extends ViewLifecycleTaskBase<Component>
This task is used for optimization in core KRAD features. Since expression evaluation can be heavy, common behavior defined as expressions in delivered UIF components can be moved to this task in order to handle evaluation in code instead.
Constructor and Description |
---|
AfterEvaluateExpressionTask()
Create a task to assign component IDs during the apply model phase.
|
Modifier and Type | Method and Description |
---|---|
protected void |
performLifecycleTask()
Performs phase-specific lifecycle processing tasks.
|
getElementState, getElementType, run, setElementState, toString
public AfterEvaluateExpressionTask()
phase
- The apply model phase for the component.protected void performLifecycleTask()
performLifecycleTask
in class ViewLifecycleTaskBase<Component>
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.