Package org.exoplatform.webui.core
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>
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprocessRender(UIComponentDecorator uicomponent, WebuiRequestContext context) 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.Methods inherited from class org.exoplatform.webui.core.lifecycle.Lifecycle
processAction, processDecode, renderTemplate
-
Constructor Details
-
UIComponentDecoratorLifecycle
public UIComponentDecoratorLifecycle()
-
-
Method Details
-
processRender
public void processRender(UIComponentDecorator uicomponent, WebuiRequestContext context) throws Exception Description copied from class:LifecycleThat 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:
processRenderin classLifecycle<UIComponentDecorator>- Throws:
Exception
-