org.openfaces.util
Class Script

java.lang.Object
  extended by org.openfaces.util.Script
All Implemented Interfaces:
JSONString
Direct Known Subclasses:
AnonymousFunction, FunctionCallScript, NewInstanceScript, RawScript, ScriptBuilder

public abstract class Script
extends java.lang.Object
implements JSONString


Constructor Summary
Script()
           
 
Method Summary
abstract  java.lang.String getScript()
           
 java.lang.String toJSONString()
          The toJSONString method allows a class to produce its own JSON serialization.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Script

public Script()
Method Detail

getScript

public abstract java.lang.String getScript()

toJSONString

public java.lang.String toJSONString()
Description copied from interface: JSONString
The toJSONString method allows a class to produce its own JSON serialization.

Specified by:
toJSONString in interface JSONString
Returns:
A strictly syntactically correct JSON text.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 1998-2010 TeamDev Ltd. All Rights Reserved.