public class NavigationRequested extends Object
Constructor and Description |
---|
NavigationRequested() |
Modifier and Type | Method and Description |
---|---|
Integer |
getNavigationId() |
String |
getUrl()
URL of requested navigation.
|
Boolean |
isIsInMainFrame()
Whether the navigation is taking place in the main frame or in a subframe.
|
Boolean |
isIsRedirect()
Whether the navigation has encountered a server redirect or not.
|
void |
setIsInMainFrame(Boolean isInMainFrame)
Whether the navigation is taking place in the main frame or in a subframe.
|
void |
setIsRedirect(Boolean isRedirect)
Whether the navigation has encountered a server redirect or not.
|
void |
setNavigationId(Integer navigationId) |
void |
setUrl(String url)
URL of requested navigation.
|
public Boolean isIsInMainFrame()
public void setIsInMainFrame(Boolean isInMainFrame)
public Boolean isIsRedirect()
public void setIsRedirect(Boolean isRedirect)
public Integer getNavigationId()
public void setNavigationId(Integer navigationId)
public String getUrl()
public void setUrl(String url)
Copyright © 2017, 2019–2019 WebFolder OÜ. All rights reserved.