oracle.cabo.servlet.event
Class EventResult
java.lang.Object
|
+--oracle.cabo.servlet.event.EventResult
- Direct Known Subclasses:
- UIEventResult
- public class EventResult
- extends java.lang.Object
Holder for the results of an event
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventResult
public EventResult()
EventResult
public EventResult(java.lang.Object result)
getEventResult
public static EventResult getEventResult(BajaContext context)
- Gets the event result stored on the BajaContext. This value
will only be set after the result has been returned from
the EventHandler.
setEventResult
public static void setEventResult(BajaContext context,
EventResult eventResult)
- Sets the event result stored on the BajaContext.
This method should only be called by the PageBroker.
getResult
public java.lang.Object getResult()
setResult
public void setResult(java.lang.Object result)
getProperty
public java.lang.Object getProperty(java.lang.Object key)
getPropertyKeys
public java.util.Enumeration getPropertyKeys()
setProperty
public void setProperty(java.lang.Object key,
java.lang.Object value)