Class UIContainerLifecycle
java.lang.Object
org.exoplatform.webui.core.lifecycle.Lifecycle<UIContainer>
org.exoplatform.webui.core.lifecycle.UIContainerLifecycle
Jul 10, 2006
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprocessRender(UIContainer 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
-
UIContainerLifecycle
public UIContainerLifecycle()
-
-
Method Details
-
processRender
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<UIContainer>- Throws:
Exception
-