NextApp Echo3
v3.0.b4

nextapp.echo.webcontainer.command
Class BrowserRedirectCommand

java.lang.Object
  extended by nextapp.echo.webcontainer.command.BrowserRedirectCommand
All Implemented Interfaces:
nextapp.echo.app.Command

public class BrowserRedirectCommand
extends java.lang.Object
implements nextapp.echo.app.Command

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.


Constructor Summary
BrowserRedirectCommand(java.lang.String uri)
          Creates a new BrowserRedirectCommand.
 
Method Summary
 java.lang.String getUri()
          Returns the target URI.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrowserRedirectCommand

public BrowserRedirectCommand(java.lang.String uri)
Creates a new BrowserRedirectCommand.

Parameters:
uri - the target URI
Method Detail

getUri

public java.lang.String getUri()
Returns the target URI.

Returns:
the target URI

NextApp Echo3
v3.0.b4