Class BrowserUrl
java.lang.Object
com.tccc.kos.core.service.browser.BrowserNav
com.tccc.kos.core.service.browser.BrowserUrl
Navigation request to point a given browser from
the specified node to the indicated url.
- Since:
- 1.0
- Version:
- 2024-02-12
-
Constructor Summary
ConstructorsConstructorDescriptionBrowserUrl
(NodeId nodeId, String url, boolean redirect) Navigation request to send the default browser on the specified node to the specified url using an optional redirect.BrowserUrl
(NodeId nodeId, String browserName, String url, boolean redirect) Navigation request to send the specified browser on the specified node to the specified url using an optional redirect.BrowserUrl
(BrowserId browserId, String url, boolean redirect) Navigation request to send the specified browser to the specified url using an optional redirect.BrowserUrl
(BrowserIntent intent, String url, boolean redirect) Navigation request to send the browser contained in the intent to the specified url using an optional redirect.BrowserUrl
(String url) Navigation request to send the default browser on the current node to the specified url.BrowserUrl
(String url, boolean redirect) Navigation request to send the default browser on the current node to the specified url using an optional redirect. -
Method Summary
Methods inherited from class com.tccc.kos.core.service.browser.BrowserNav
getBrowserId, setBrowserId, toString
-
Constructor Details
-
BrowserUrl
Navigation request to send the default browser on the current node to the specified url.- Parameters:
url
- the url to navigate to
-
BrowserUrl
Navigation request to send the default browser on the current node to the specified url using an optional redirect.- Parameters:
url
- the url to navigate toredirect
- if true, redirect to the url to force a page reload
-
BrowserUrl
Navigation request to send the default browser on the specified node to the specified url using an optional redirect.- Parameters:
nodeId
- the node the browser is running onurl
- the url to navigate toredirect
- if true, redirect to the url to force a page reload
-
BrowserUrl
Navigation request to send the specified browser on the specified node to the specified url using an optional redirect.- Parameters:
nodeId
- the node the browser is running onbrowserName
- name of the browser on the nodeurl
- the url to navigate toredirect
- if true, redirect to the url to force a page reload
-
BrowserUrl
Navigation request to send the specified browser to the specified url using an optional redirect.- Parameters:
browserId
- id of the browser to updateurl
- the url to navigate toredirect
- if true, redirect to the url to force a page reload
-
BrowserUrl
Navigation request to send the browser contained in the intent to the specified url using an optional redirect.- Parameters:
intent
- intent that contains theBrowserId
url
- the url to navigate toredirect
- if true, redirect to the url to force a page reload
-
-
Method Details
-
getUrl
-
isRedirect
public boolean isRedirect() -
setUrl
-
setRedirect
public void setRedirect(boolean redirect)
-