Class UIPageLifecycle

java.lang.Object
org.exoplatform.webui.core.lifecycle.Lifecycle<UIPage>
org.exoplatform.portal.webui.page.UIPageLifecycle

public class UIPageLifecycle extends Lifecycle<UIPage>
Created by The eXo Platform SARL Author : Tuan Nguyen tuan08@users.sourceforge.net May 8, 2006
  • Constructor Details

    • UIPageLifecycle

      public UIPageLifecycle()
  • Method Details

    • processRender

      public void processRender(UIPage uiPage, WebuiRequestContext context) throws Exception
      Description copied from class: Lifecycle
      That method is the most generic one for every UIComponent that is bound to this Lifecycle object and the class that extends it without overriding the method. The template associated to the specified UIComponent is rendered using renderTemplate(). A WebuiBindingContext context object provides the template with all the necessary objects to render. (WebuiBindingContext extends the Map class)
      Overrides:
      processRender in class Lifecycle<UIPage>
      Throws:
      Exception