Class UIPortletActionListener.ProcessActionActionListener<S,C extends Serializable,I>
java.lang.Object
org.exoplatform.webui.event.EventListener<UIPortlet<S,C>>
org.exoplatform.portal.webui.application.UIPortletActionListener.ProcessActionActionListener<S,C,I>
- Enclosing class:
UIPortletActionListener
public static class UIPortletActionListener.ProcessActionActionListener<S,C extends Serializable,I>
extends EventListener<UIPortlet<S,C>>
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(...). It returns an object of type ActionOutput that contains several information such as the next window state and portlet modes (if they have to change) as well as a list of Events to be broadcasted to the other portlets located in the same portal page
The call is delegated to the portlet container iteself using the method portletContainer.processAction(...). It returns an object of type ActionOutput that contains several information such as the next window state and portlet modes (if they have to change) as well as a list of Events to be broadcasted to the other portlets located in the same portal page
-
Field Summary
Fields inherited from class org.exoplatform.webui.event.EventListener
RESULT_OK -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ProcessActionActionListener
public ProcessActionActionListener()
-
-
Method Details
-
execute
- Specified by:
executein classEventListener<UIPortlet<S,C extends Serializable>> - Throws:
Exception
-