public final class WindowLifecycleNavigateEvent extends WindowLifecycleEvent
WindowLifecycleEvent.Cause
source
Constructor and Description |
---|
WindowLifecycleNavigateEvent(Window source,
String destination) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getDestination()
Returns the URL to which the page is navigating.
|
int |
hashCode() |
String |
toString() |
getCause, getNewLifecycleState, subclassEquals
getSource, subclassEquals
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, as a browser may be redirected to an alternate destination.
public int hashCode()
hashCode
in class WindowLifecycleEvent
public boolean equals(Object o)
equals
in class WindowLifecycleEvent
public String toString()
toString
in class WindowLifecycleEvent
Copyright © 2001-2016 The Apache Software Foundation. All Rights Reserved.