EchoPoint API - 3.0.0b5
App Webcontainer

echopoint.command
Class JavaScriptEval

java.lang.Object
  extended by echopoint.command.JavaScriptEval
All Implemented Interfaces:
Command

public class JavaScriptEval
extends Object
implements Command

JavaScriptEval can be used to eval some arbitary JavaScript on the client.

The javascript must be in a form ready for the eval() function.

Version:
$Id$
Author:
Brad Baker

Modified by Mikael Soderman 2009-04-28


Constructor Summary
JavaScriptEval(String javaScript)
          Constructs a JavaScriptEval
 
Method Summary
 String getJavaScript()
           
 void setJavaScript(String javaScript)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaScriptEval

public JavaScriptEval(String javaScript)
Constructs a JavaScriptEval

Parameters:
javaScript - - the JavaScript text to eval
Method Detail

getJavaScript

public String getJavaScript()
Returns:
Returns the javaScript.

setJavaScript

public void setJavaScript(String javaScript)
Parameters:
javaScript - - The javaScript to set.

EchoPoint API - 3.0.0b5
App Webcontainer