public interface Location
| Modifier and Type | Method and Description |
|---|---|
void |
assign(String url)
Invocation of this method causes the user agent to navigate to the
supplied location.
|
void |
reload()
The user agent reloads the current document.
|
void assign(String url)
url - A string containing the URL where the user agent should
navigate to.void reload()
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.