Class UIPortalLifecycle

java.lang.Object
org.exoplatform.webui.core.lifecycle.Lifecycle<UIPortal>
org.exoplatform.portal.webui.portal.UIPortalLifecycle

public class UIPortalLifecycle extends Lifecycle<UIPortal>
Created by The eXo Platform SAS May 8, 2006
  • Constructor Details

    • UIPortalLifecycle

      public UIPortalLifecycle()
  • Method Details

    • processRender

      public void processRender(UIPortal uicomponent, 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<UIPortal>
      Throws:
      Exception