Package org.exoplatform.web.application
package org.exoplatform.web.application
-
ClassDescriptionCreated by The eXo Platform SARL Author : Dang Van Minh minhdv81@yahoo.com Jun 7, 2006Created by The eXo Platform SAS May 7, 2006ApplicationLifecycle<E extends RequestContext>Created by The eXo Platform SARL Author : Tuan Nguyen tuan08@users.sourceforge.net May 9, 2006This is a service that will holds all WebUI application lifecycles to inject on PortalApplication instance using Kernel configuration instead of defining it inside webui-configuration.xmlApplicationRequestPhaseLifecycle<E extends RequestContext>Interface that extends
ApplicationLifecyclewith request phase methods that allow interception of before/after ACTION phase, and before/after RENDER phase of request processing.todo (julien) : remove that class that seem uselessThis is a single application lifecycle that is added in webui-configuration.xml as point of extension to trigger real listeners injected via Kernel configuration on serviceApplicationLifecycleExtensionAuthor : Nhu Dinh Thuan nhudinhthuan@exoplatform.com Oct 26, 2006Enum representing request processing phases.Created by The eXo Platform SAS May 7, 2006 This abstract class is a wrapper on top of the request information such as the Locale in use, the application (for instance PortalApplication, PortletApplication...), an access to the JavascriptManager as well as a reference to the URLBuilder in use.URLBuilder<T>Created by The eXo Platform SAS Mar 29, 2007