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

java.lang.Object
  extended by org.kuali.rice.krad.uif.lifecycle.ViewLifecycleTaskBase<Component>
      extended by org.kuali.rice.krad.uif.lifecycle.finalize.AddViewTemplatesTask
All Implemented Interfaces:
Runnable, ViewLifecycleTask<Component>

public class AddViewTemplatesTask
extends ViewLifecycleTaskBase<Component>

Add templates defined on this component to the view for rendering.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Constructor Summary
AddViewTemplatesTask(ViewLifecyclePhase phase)
          Constructor.
 
Method Summary
protected  void performLifecycleTask()
          Performs phase-specific lifecycle processing tasks.
 
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

AddViewTemplatesTask

public AddViewTemplatesTask(ViewLifecyclePhase phase)
Constructor.

Parameters:
phase - The finalize phase for the component.
Method Detail

performLifecycleTask

protected void performLifecycleTask()
Performs phase-specific lifecycle processing tasks.

Specified by:
performLifecycleTask in class ViewLifecycleTaskBase<Component>


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.