© 2002 BEA Systems, Inc.


com.bea.portal.appflow
Interface PortalAppflowEvent


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.

See Also:
com.bea.portal.appflow.PortalAppflowFactory#createPortalAppflowEvent(), PortalRequest.getPortalAppflowEvent()

Method Summary
 java.lang.String getEvent()
          The portlets event
 java.lang.String getNamespace()
          Return the webflow namespace for this request
 java.lang.String getOrigin()
          Return the origin name.
 PageIdentifier getPageIdentifier()
          The portal page from which this event occured
 PortletIdentifier getPortletIdentifier()
          The portlet from which this event occured
 

Method Detail

getNamespace

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

getOrigin

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

getEvent

public java.lang.String getEvent()
The portlets event

getPageIdentifier

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

getPortletIdentifier

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

© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved