|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.enhydra.barracuda.core.event.DefaultBaseEvent | +--org.enhydra.barracuda.core.event.ControlEvent | +--org.enhydra.barracuda.core.event.HttpRequestEvent
A HttpRequestEvent indicates that we received an HTTP Request. Events which extend this class typically implement the Controller portion of the Model 2 approach
Field Summary |
Fields inherited from class org.enhydra.barracuda.core.event.DefaultBaseEvent |
ext, handled, idList, source, sourceEvent, statemap, timestamp, USE_ID_ALIASES, useIDAliases |
Fields inherited from interface org.enhydra.barracuda.core.event.BaseEvent |
EVENT_ID |
Constructor Summary | |
HttpRequestEvent()
Default noargs constructor |
|
HttpRequestEvent(java.lang.Object source)
Public constructor. |
Method Summary | |
java.lang.String |
describeEventChainingStrategy()
Describe the event chaining stategy. |
Methods inherited from class org.enhydra.barracuda.core.event.DefaultBaseEvent |
addListenerID, clone, equals, getClassID, getEventExtension, getEventID, getEventIDWithExtension, getListenerIDs, getOriginalEvent, getRootEvent, getRootEvent, getSource, getState, getStateKeys, getStateValues, getTimestamp, isHandled, putState, removeState, reset, setEventExtension, setHandled, setSource, setUseIDAliases, touch, useIDAliases |
Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HttpRequestEvent()
public HttpRequestEvent(java.lang.Object source)
Method Detail |
public java.lang.String describeEventChainingStrategy()
describeEventChainingStrategy
in interface Polymorphic
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |