NextApp Echo3
v3.0.b4

nextapp.echo.webcontainer.sync.command
Class BrowserRedirectCommandPeer

java.lang.Object
  extended by nextapp.echo.webcontainer.AbstractCommandSynchronizePeer
      extended by nextapp.echo.webcontainer.sync.command.BrowserRedirectCommandPeer
All Implemented Interfaces:
CommandSynchronizePeer

public class BrowserRedirectCommandPeer
extends AbstractCommandSynchronizePeer

Synchronization peer for BrowserRedirectCommand.


Nested Class Summary
 
Nested classes/interfaces inherited from class nextapp.echo.webcontainer.AbstractCommandSynchronizePeer
AbstractCommandSynchronizePeer.IndexedPropertyPeer, AbstractCommandSynchronizePeer.PropertyPeer
 
Constructor Summary
BrowserRedirectCommandPeer()
          Default constructor.
 
Method Summary
 java.lang.Class getCommandClass()
          Returns the Class of Command supported by this peer.
 void init(nextapp.echo.app.util.Context context)
          Initializes the peer.
 
Methods inherited from class nextapp.echo.webcontainer.AbstractCommandSynchronizePeer
addProperty, addProperty, addProperty, getClientCommandType, getProperty, getPropertyIndices, getPropertyNames, isPropertyIndexed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrowserRedirectCommandPeer

public BrowserRedirectCommandPeer()
Default constructor.

Method Detail

init

public void init(nextapp.echo.app.util.Context context)
Description copied from interface: CommandSynchronizePeer
Initializes the peer. This method will be invoked prior to rendering a specific Command for the first time.

Specified by:
init in interface CommandSynchronizePeer
Overrides:
init in class AbstractCommandSynchronizePeer
Parameters:
context - the relevant Context, provides standard contextual information described in class description, in addition to the following:
  • ServerMessage
See Also:
AbstractCommandSynchronizePeer.init(nextapp.echo.app.util.Context)

getCommandClass

public java.lang.Class getCommandClass()
Description copied from interface: CommandSynchronizePeer
Returns the Class of Command supported by this peer.

Returns:
the Class
See Also:
CommandSynchronizePeer.getCommandClass()

NextApp Echo3
v3.0.b4