echopointng.command
Class JavaScriptInclude

java.lang.Object
  extended by echopointng.command.JavaScriptInclude
All Implemented Interfaces:
Command

public class JavaScriptInclude
extends java.lang.Object
implements Command

JavaScriptInclude can be used to include some arbitary JavaScript on the client via a URI to the script file.


Constructor Summary
JavaScriptInclude(java.lang.String javaScriptURI)
          Constructs a JavaScriptEval
 
Method Summary
 java.lang.String getJavaScriptURI()
           
 void setJavaScriptURI(java.lang.String newValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaScriptInclude

public JavaScriptInclude(java.lang.String javaScriptURI)
Constructs a JavaScriptEval

Parameters:
javaScriptURI - - the JavaScript URI to include
Method Detail

getJavaScriptURI

public java.lang.String getJavaScriptURI()
Returns:
Returns the javaScriptURI.

setJavaScriptURI

public void setJavaScriptURI(java.lang.String newValue)
Parameters:
newValue - - The javaScriptURI to set.