Class UIContainerLifecycle

java.lang.Object
org.exoplatform.webui.core.lifecycle.Lifecycle<UIContainer>
org.exoplatform.webui.core.lifecycle.UIContainerLifecycle

public class UIContainerLifecycle extends Lifecycle<UIContainer>
Jul 10, 2006
  • Constructor Details

    • UIContainerLifecycle

      public UIContainerLifecycle()
  • Method Details

    • processRender

      public void processRender(UIContainer 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<UIContainer>
      Throws:
      Exception