| |
|
| java.lang.Object nextapp.echo2.webcontainer.command.BrowserRedirectCommand
BrowserRedirectCommand | public class BrowserRedirectCommand implements Command(Code) | | A Web Application Container-specific Command to
redirect the current browser window to a new URI.
Enqueuing any command after a redirect command will result in
indeterminate behavior.
|
Method Summary | |
public String | getUri() Returns the target URI. |
BrowserRedirectCommand | public BrowserRedirectCommand(String uri)(Code) | | Creates a new BrowserRedirectCommand .
Parameters: uri - the target URI |
getUri | public String getUri()(Code) | | Returns the target URI.
the target URI |
|
|
|