Uses of Class
org.exoplatform.webui.core.UIApplication
Packages that use UIApplication
Package
Description
-
Uses of UIApplication in io.meeds.portal.application
Methods in io.meeds.portal.application that return UIApplicationModifier and TypeMethodDescriptionStaticPortalStateManager.restoreUIRootComponent(WebuiRequestContext context) -
Uses of UIApplication in org.exoplatform.portal.application
Methods in org.exoplatform.portal.application that return UIApplicationModifier and TypeMethodDescriptionPortalStateManager.restoreUIRootComponent(WebuiRequestContext context) -
Uses of UIApplication in org.exoplatform.portal.application.replication
Constructors in org.exoplatform.portal.application.replication with parameters of type UIApplication -
Uses of UIApplication in org.exoplatform.portal.webui.workspace
Subclasses of UIApplication in org.exoplatform.portal.webui.workspaceModifier and TypeClassDescriptionclassThis extends the UIApplication and hence is a sibling of UIPortletApplication (used by any eXo Portlets as the Parent class to build the portlet component tree). -
Uses of UIApplication in org.exoplatform.webui.application
Fields in org.exoplatform.webui.application declared as UIApplicationMethods in org.exoplatform.webui.application that return UIApplicationModifier and TypeMethodDescriptionWebuiRequestContext.getUIApplication()abstract UIApplicationStateManager.restoreUIRootComponent(WebuiRequestContext context) Methods in org.exoplatform.webui.application with parameters of type UIApplicationModifier and TypeMethodDescriptionvoidWebuiRequestContext.setUIApplication(UIApplication uiApplication) -
Uses of UIApplication in org.exoplatform.webui.application.portlet
Methods in org.exoplatform.webui.application.portlet that return UIApplicationModifier and TypeMethodDescriptionParentAppStateManager.restoreUIRootComponent(WebuiRequestContext context) This method simply delegate the call to the same method of the parent WebuiRequestContextMethods in org.exoplatform.webui.application.portlet with parameters of type UIApplicationModifier and TypeMethodDescriptionvoidPortletRequestContext.setUIApplication(UIApplication uiApplication) -
Uses of UIApplication in org.exoplatform.webui.core
Subclasses of UIApplication in org.exoplatform.webui.coreModifier and TypeClassDescriptionclassRoot UI component of portlets written using GateIn WebUI framework should extends this class
There are 3 WebUI lifecycle methods, that are called during JSR 286 portlet lifecycle :
- processDecode - decode and bind parameters from the request to WebUI component
- processAction - triggered when there is a request for portlet ActionURL, or a WebUI event
- processRender - mapped to JSR 286 render method
- serveResource - mapped to JSR 286 serveResource method
Portlet request go through this class and then be delegated to child WebUI components with the help of UIApplicationLifecycle.