com.bea.netuix.events
Interface StrutsEvent

All Superinterfaces
Event

public interface StrutsEvent
extends Event

Class to represent an event arising from a Struts action that has been raised in a portlet.

This interface is intended to be implemented only by Oracle Weblogic Portal. Oracle Systems reserves the right to add abstract methods to this interface without notice. Implementations of this interface by other parties must not be expected to compile without change in future versions of Oracle Weblogic Portal.

Method Summary
 String getAction()
          Get the unqualified name of the raised action.
 
Methods inherited from interface com.bea.netuix.events.Event
getPayload, getQName
 

Method Detail

getAction

String getAction()
Get the unqualified name of the raised action.



Copyright © 2011, Oracle. All rights reserved.