Class AfterEvaluateExpressionTask
java.lang.Object
org.kuali.rice.krad.uif.lifecycle.ViewLifecycleTaskBase<Component>
org.kuali.rice.krad.uif.lifecycle.model.AfterEvaluateExpressionTask
- All Implemented Interfaces:
Runnable,ViewLifecycleTask<Component>
Perform post-expression evaluation tasks.
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.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a task to assign component IDs during the apply model phase. -
Method Summary
Modifier and TypeMethodDescriptionprotected voidPerforms phase-specific lifecycle processing tasks.Methods inherited from class org.kuali.rice.krad.uif.lifecycle.ViewLifecycleTaskBase
getElementState, getElementType, run, setElementState, toString
-
Constructor Details
-
AfterEvaluateExpressionTask
public AfterEvaluateExpressionTask()Create a task to assign component IDs during the apply model phase.- Parameters:
phase- The apply model phase for the component.
-
-
Method Details
-
performLifecycleTask
protected void performLifecycleTask()Performs phase-specific lifecycle processing tasks.- Specified by:
performLifecycleTaskin classViewLifecycleTaskBase<Component>
-