|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PageInfoListener
This DocumentLoadListener subclass adds the ability to get
detailed information on each event.
The eventData property of the
DocumentLoadEvent instance will be a
java.util.Map. The following entries may be present in
this map for the following *_EVENT_MASK types in
DocumentLoadEvent.
*_EVENT_MASK typesthe map will contain an entry under the key "URI"
without the quotes. This will be the fully qualified URI for the
event.
START_URL_LOAD typeThe map will contain an entry under the key
"method" without the quotes. This will be the request
method for this event. The map will also contain an entry under the
key "headers". This entry will be a
java.util.Map of all the request headers.
END_URL_LOAD typeThe map will contain an entry under the key
"method" without the quotes. This will be the request
method for this event. The map will contain an entry under the key
"status" without the quotes. This will be the response
status string from the server, such as "200 OK". The
map will also contain an entry under the key "headers".
This entry will be a java.util.Map of all the response
headers.
START_AJAX_EVENT_MASK typeThe map will contain the following keys and values:
headersjava.util.Map of all the request headers.methodreadyStateEND_AJAX_EVENT_MASK typeThe map will contain the following keys and values:
methodorg.w3c.dom.Document instance of the response XML.status200
OK".headersjava.util.Map of all the response headers.methodreadyState
| Method Summary |
|---|
| Methods inherited from interface org.mozilla.webclient.WebclientEventListener |
|---|
eventDispatched |
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||