|
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces 12c (12.1.2) E23185-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
java.util.EventObject
oracle.adf.view.rich.event.WindowUnloadedEvent
public class WindowUnloadedEvent
Event that provides notification that a window has been unloaded. This can be delivered because of a server-side redirect, or because on the client a user clicked a link, used the Back, Next, or Refresh buttons or is closing the window, or any other browser action that results in page-to-page navigation. While the view layer will attempt to call this method when applicable, there is no guarantee that it will be called in all circumstances - a best effort is made.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
WindowUnloadedEvent(WindowIdProvider source, String windowId, String destination) Create a WindowUnloadedEvent |
Method Summary | |
---|---|
String |
getDestination() Returns the URL to which the page is navigating. |
String |
getWindowId() Returns the window ID of the window being closed. |
String |
toString() |
Methods inherited from class java.util.EventObject |
---|
getSource |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WindowUnloadedEvent(WindowIdProvider source, String windowId, String destination)
source
- the WindowIdProvider delivering the eventwindowId
- the window ID, possibly nulldestination
- the URL that the page is navigating toMethod Detail |
---|
public String getWindowId()
public String getDestination()
The destination is not guaranteed to be normalized; it may be absolute, page-relative, or server-relative. It is also not guaranteed to be correct even when non-null, as a browser may be redirected to an alternate destination, bu.
public String toString()
toString
in class EventObject
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces 12c (12.1.2) E23185-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2013 Oracle Corporation. All Rights Reserved.