Uses of Class
org.exoplatform.webui.application.WebuiApplication
Packages that use WebuiApplication
Package
Description
-
Uses of WebuiApplication in org.exoplatform.portal.application
Subclasses of WebuiApplication in org.exoplatform.portal.applicationModifier and TypeClassDescriptionclassThe PortalApplication class is an implementation of the WebuiApplication abstract class which defines the type of application that can be deployed in our framework (that includes portal, portlets, widgets...) This class is a wrapper of all portal information such as ResourceBundle for i18n, the current ExoContainer in use as well as the init parameters defined along with the servlet web.xmlConstructors in org.exoplatform.portal.application with parameters of type WebuiApplicationModifierConstructorDescriptionPortalRequestContext(WebuiApplication app, org.exoplatform.web.ControllerContext controllerContext, String requestSiteType, String requestSiteName, String requestPath, Locale requestLocale) Analyze a request and split this request's URI to get useful information then keep it in following properties of PortalRequestContext :
1. -
Uses of WebuiApplication in org.exoplatform.webui.application
Methods in org.exoplatform.webui.application with parameters of type WebuiApplicationModifier and TypeMethodDescriptionvoidStateManager.expire(String sessionId, WebuiApplication app) -
Uses of WebuiApplication in org.exoplatform.webui.application.portlet
Subclasses of WebuiApplication in org.exoplatform.webui.application.portletConstructors in org.exoplatform.webui.application.portlet with parameters of type WebuiApplicationModifierConstructorDescriptionPortletRequestContext(org.exoplatform.web.application.RequestContext parentAppRequestContext, WebuiApplication app, Writer writer, javax.portlet.PortletRequest req, javax.portlet.PortletResponse res) -
Uses of WebuiApplication in org.exoplatform.webui.core
Methods in org.exoplatform.webui.core with parameters of type WebuiApplicationModifier and TypeMethodDescriptionvoidUIPortletApplication.processRender(WebuiApplication app, WebuiRequestContext context) The default processRender for an UIPortletApplication does nothing if the current WindowState in the render request is MINIMIZED.