Class UIComponentDecorator.UIComponentDecoratorLifecycle

java.lang.Object
org.exoplatform.webui.core.lifecycle.Lifecycle<UIComponentDecorator>
org.exoplatform.webui.core.UIComponentDecorator.UIComponentDecoratorLifecycle
Enclosing class:
UIComponentDecorator

public static class UIComponentDecorator.UIComponentDecoratorLifecycle extends Lifecycle<UIComponentDecorator>
  • Constructor Details

    • UIComponentDecoratorLifecycle

      public UIComponentDecoratorLifecycle()
  • Method Details

    • processRender

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