Class UIPageLifecycle
java.lang.Object
org.exoplatform.webui.core.lifecycle.Lifecycle<UIPage>
org.exoplatform.portal.webui.page.UIPageLifecycle
Created by The eXo Platform SARL Author : Tuan Nguyen
tuan08@users.sourceforge.net May 8, 2006
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprocessRender(UIPage uiPage, 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
-
UIPageLifecycle
public UIPageLifecycle()
-
-
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<UIPage>- Throws:
Exception
-