Package org.exoplatform.portal.webui.application
package org.exoplatform.portal.webui.application
-
ClassesClassDescriptionThis class is a wrapper on the events generated by the portlet container and to be propagated to other portlet instances deployed in the same portal page.ModelAdapter<S,
C extends Serializable> PortletState<S>Group the application state and the application id to form the state of a portlet.Created by The eXo Platform SARL Author : Pham Dung Ha ha.pham@exoplatform.com Jun 14, 2007UIPortlet<S,C extends Serializable> This UI component represent a portlet window on a page.May 29, 2006This listener is called when the portlet mode of a portlet has to be changed.This listener is called when the portlet portlet window state has to be changed.UIPortletActionListener.ProcessActionActionListener<S,C extends Serializable, I> The process action listener is called when an ActionURL generated by the portlet container has been invoked by the client
The call is delegated to the portlet container iteself using the method portletContainer.processAction(...).Process Events sent by the portlet API during the processAction() and serverResource() methods defined in Portlet API 2.0 (JSR 286)This listener is called when a RenderURL url has been generated by the portlet container.UIPortletActionListener.ServeResourceActionListener<S,C extends Serializable, I> The serveResource() method defined in the JSR 286 specs has several goals: - provide binary output like images to be displayed in the portlet (in the previous spec - JSR 168 - a servlet was needed) - provide text output that does not impact the entire portal rendering, it is for instance usefull when dealing with Javascript to return some JSON structures
The method delegates the call to the portlet container serverResource method after filling the ResourceInput object with the current request state.UIPortletLifecycle<S,C extends Serializable, I> Created by The eXo Platform SAS May 8, 2006