org.kuali.rice.krad.uif.lifecycle.finalize
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>
public class InvokeFinalizerTask
- extends ViewLifecycleTaskBase<Component>
Invoke finalizer methods on the component.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Method Summary |
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) |
InvokeFinalizerTask
public InvokeFinalizerTask(ViewLifecyclePhase phase)
- Constructor.
- Parameters:
phase
- The apply model phase for the component.
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:
performLifecycleTask
in class ViewLifecycleTaskBase<Component>
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.