PortalAppflowEvent Interface

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

com.bea.portal.appflow
PortalAppflowEvent Interface

public interface PortalAppflowEvent

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 String
getEvent()
The portlets event
public String
getNamespace()
Return the webflow namespace for this request
public String
getOrigin()
Return the origin name.
public PageIdentifier
getPageIdentifier()
The portal page from which this event occured
public PortletIdentifier
getPortletIdentifier()
The portlet from which this event occured

Method Detail

getEvent() Method

public String getEvent()
The portlets event


getNamespace() Method

public String getNamespace()
Return the webflow namespace for this request


getOrigin() Method

public String getOrigin()
Return the origin name. Origins are in the node-name.node-type format.


getPageIdentifier() Method

public PageIdentifier getPageIdentifier()
The portal page from which this event occured


getPortletIdentifier() Method

public PortletIdentifier getPortletIdentifier()
The portlet from which this event occured