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)
  • 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:
      performLifecycleTask in class ViewLifecycleTaskBase<Component>