org.kuali.rice.krad.uif.lifecycle.finalize
Class InvokeFinalizerTask

java.lang.Object
  extended by org.kuali.rice.krad.uif.lifecycle.ViewLifecycleTaskBase<Component>
      extended by 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 Summary
InvokeFinalizerTask(ViewLifecyclePhase phase)
          Constructor.
 
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)
 
Methods inherited from class org.kuali.rice.krad.uif.lifecycle.ViewLifecycleTaskBase
getElementState, getElementType, run, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvokeFinalizerTask

public InvokeFinalizerTask(ViewLifecyclePhase phase)
Constructor.

Parameters:
phase - The apply model phase for the component.
Method Detail

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.