EchoPoint API - 3.0.0b5
App Webcontainer

echopoint.command
Class JavaScriptEvalPeer

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

public class JavaScriptEvalPeer
extends AbstractCommandSynchronizePeer

A CommandSynchronizePeer implementation for the JavaScriptEval command.

Version:
$Id$
Author:
Mikael Sšderman 2009-04-03

Nested Class Summary
 
Nested classes/interfaces inherited from class nextapp.echo.webcontainer.AbstractCommandSynchronizePeer
AbstractCommandSynchronizePeer.IndexedPropertyPeer, AbstractCommandSynchronizePeer.PropertyPeer
 
Constructor Summary
JavaScriptEvalPeer()
          Default constructor.
 
Method Summary
 Class getCommandClass()
           
 void init(nextapp.echo.app.util.Context context)
           
 
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

JavaScriptEvalPeer

public JavaScriptEvalPeer()
Default constructor.

Method Detail

getCommandClass

public Class getCommandClass()
See Also:
CommandSynchronizePeer.getCommandClass()

init

public void init(nextapp.echo.app.util.Context context)
Specified by:
init in interface CommandSynchronizePeer
Overrides:
init in class AbstractCommandSynchronizePeer
See Also:
AbstractCommandSynchronizePeer.init(nextapp.echo.app.util.Context)

EchoPoint API - 3.0.0b5
App Webcontainer