|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--net.rim.device.api.browser.field.Event
|
+--net.rim.device.api.browser.field.RedirectEvent
Event to redirect.
| Field Summary | ||
|
static int |
TYPE_300_REDIRECT
Redirection because of 3xx response. |
|
static int |
TYPE_JAVASCRIPT
Javascript redirection using location. |
|
static int |
TYPE_META
Meta-refresh redirection. |
|
static int |
TYPE_SINGLE_FRAME_REDIRECT
Redirection because the original page contained a single frame. |
| Fields inherited from class net.rim.device.api.browser.field.Event |
EVENT_BROWSER_CONTENT_CHANGED, EVENT_CANCEL_REQUEST_RESOURCE, EVENT_CLOSE, EVENT_ERROR_DISPLAY, EVENT_EXECUTING_SCRIPT, EVENT_FULL_WINDOW, EVENT_HISTORY, EVENT_REDIRECT, EVENT_SET_HEADER, EVENT_SET_HTTP_COOKIE, EVENT_STOP, EVENT_TICK_CONTENT_READ, EVENT_UI_DIRECTION_REQUEST, EVENT_URL_REQUESTED, PUBLIC_EVENT_THRESHOLD |
| Constructor Summary | ||
|
RedirectEvent(Object src,
String location,
Event originalEvent,
int type)
Creates a new RedirectEvent instance. |
|
|
RedirectEvent(Object src,
String location,
Event originalEvent,
int type,
int timerValue)
Creates a new RedirectEvent instance. |
|
| Method Summary | ||
|
String |
getLocation()
Retrieves location for redirection. |
|
Event |
getOriginalEvent()
Originally generated event. |
|
int |
getTimerValue()
Timer value when this event was started. |
|
int |
getType()
Retrieves redirection type. |
| Methods inherited from class net.rim.device.api.browser.field.Event |
getSource, getSourceURL, getUID, resolveUrl |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int TYPE_300_REDIRECT
The source for this type of event should be an
HttpConnection.
public static final int TYPE_JAVASCRIPT
The source for this type of event should be a
BrowserContent object.
public static final int TYPE_META
public static final int TYPE_SINGLE_FRAME_REDIRECT
The source for this type of event should be an
HttpConnection.
| Constructor Detail |
public RedirectEvent(Object src, String location, Event originalEvent, int type)
src - Source of event.location - Location for redirection.originalEvent - Originally generated event.type - Redirection event type.public RedirectEvent(Object src, String location, Event originalEvent, int type, int timerValue)
src - Source of event.location - Location for redirection.originalEvent - Originally generated event.type - Redirection event type.timerValue - If a timer was used in this event then the initial timer value in milliseconds.| Method Detail |
public String getLocation()
public Event getOriginalEvent()
public int getTimerValue()
public int getType()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright 1999-2008 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Copyright 1993-2003 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A.
Copyright 2002-2003 Nokia Corporation All Rights Reserved.
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.