NextApp Echo2
v2.1.1

nextapp.echo2.webcontainer.syncpeer
Class BrowserCommandPeer

java.lang.Object
  extended by nextapp.echo2.webcontainer.syncpeer.BrowserCommandPeer
All Implemented Interfaces:
CommandSynchronizePeer

public class BrowserCommandPeer
extends java.lang.Object
implements CommandSynchronizePeer

A CommandSynchronizePeer implementation for browser control commands.

This class should not be extended or used by classes outside of the Echo framework.


Constructor Summary
BrowserCommandPeer()
           
 
Method Summary
 void render(RenderContext rc, nextapp.echo2.app.Command command)
          Renders a directive to execute the command on the client.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrowserCommandPeer

public BrowserCommandPeer()
Method Detail

render

public void render(RenderContext rc,
                   nextapp.echo2.app.Command command)
Description copied from interface: CommandSynchronizePeer
Renders a directive to execute the command on the client.

Specified by:
render in interface CommandSynchronizePeer
Parameters:
rc - the relevant RenderContext
command - the Command to execute
See Also:
CommandSynchronizePeer.render( nextapp.echo2.webcontainer.RenderContext, nextapp.echo2.app.Command)

NextApp Echo2
v2.1.1