|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.apache.slide.event.ResourceEvent
Field Summary | |
protected static java.lang.String |
URI_KEY
|
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
ResourceEvent(java.lang.Object source,
java.lang.String uri)
|
Method Summary | |
java.lang.String[][] |
getInformation()
The returned String[][] is assumed to be a String[?][2], where ? is greater than or equal to 0. |
java.lang.String |
getUri()
|
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 |
Field Detail |
protected static final java.lang.String URI_KEY
Constructor Detail |
public ResourceEvent(java.lang.Object source, java.lang.String uri)
Method Detail |
public java.lang.String getUri()
public java.lang.String[][] getInformation()
RemoteInformation
{ { "XML Element Name 1", "XML Element Value 1"}, { "XML Element Name 2", "XML Element Value 2"}, etc... }One noteable value for the element name is "uri". The Slide context path is preppended to the value of an element with this name before it is returned to the client.
getInformation
in interface RemoteInformation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |