DEPRECATED com.bea.portal is only useful in the compatibility domain. For the new portal framework please use the classes under the com.bea.netuix package
An object to encapsulate the webflow event. The PortalAppflowEvent has references to the: webflow namespace, origin, event, PageIdentifier and PortletIdentifier. An instance of the PortalAppflowEvent is stored in the PortalRequest.
Related Topics
PortalAppflowFactory.createPortalAppflowEvent(HttpServletRequest, Portal)
PortalRequest.getPortalAppflowEvent()
Method Summary |
public |
|
public |
|
public |
|
public |
|
public |
|
Method Detail |
public String
getEvent()
The portlets event
public String
getNamespace()
Return the webflow namespace for this request
public String
getOrigin()
Return the origin name. Origins are in the node-name.node-type
format.
public PageIdentifier
getPageIdentifier()
The portal page from which this event occured
public PortletIdentifier
getPortletIdentifier()
The portlet from which this event occured