|
EchoPoint 1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.EventObject echopoint.event.ExternalEvent
ExternalEvent
represents an event that
has been raised externally to the Echo
web application.
Field Summary |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
ExternalEvent(java.lang.Object source,
java.util.Map eventParameters)
Creates an ExternalEvent. |
Method Summary | |
java.lang.String |
getParameter(java.lang.String paramName)
Returns the value of an ExternalEvent request parameter as a String, or null if the parameter does not exist. |
java.util.Map |
getParameterMap()
Returns the Map of web request parameters that where encountered during this ExternalEvent. |
java.lang.String[] |
getParameterNames()
Returns a String[] containing the names of the parameters contained in this ExternalEvent. |
java.lang.String[] |
getParameterValues(java.lang.String paramName)
Returns an array of String objects containing all of the values the given ExternalEvent parameter has, or null if the parameter does not exist. |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ExternalEvent(java.lang.Object source, java.util.Map eventParameters)
source
- the source of the eventMethod Detail |
public java.util.Map getParameterMap()
public java.lang.String getParameter(java.lang.String paramName)
If the parameter might have more than one value, use getParameterValues(String).
If you use this method with a multivalued parameter, the value returned is equal to the first value in the array returned by getParameterValues().
paramName
- - the name of the parameter to retrieve
public java.lang.String[] getParameterValues(java.lang.String paramName)
If the parameter has a single value, the array has a length of 1.
paramName
- - the name of the parameter to retrieve
public java.lang.String[] getParameterNames()
|
EchoPoint 1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |