Class InvokeFinalizerTask
java.lang.Object
org.kuali.rice.krad.uif.lifecycle.ViewLifecycleTaskBase<Component>
org.kuali.rice.krad.uif.lifecycle.finalize.InvokeFinalizerTask
- All Implemented Interfaces:
Runnable,ViewLifecycleTask<Component>
Invoke finalizer methods on the component.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidInvokes the finalize method for the component (if configured) and sets the render output for the component to the returned method string (if method is not a void type)Methods inherited from class org.kuali.rice.krad.uif.lifecycle.ViewLifecycleTaskBase
getElementState, getElementType, run, setElementState, toString
-
Constructor Details
-
InvokeFinalizerTask
public InvokeFinalizerTask()
-
-
Method Details
-
performLifecycleTask
protected void performLifecycleTask()Invokes the finalize method for the component (if configured) and sets the render output for the component to the returned method string (if method is not a void type)- Specified by:
performLifecycleTaskin classViewLifecycleTaskBase<Component>
-