org.szegedi.spring.web.jsflow
Class HostObject

java.lang.Object
  extended by org.mozilla.javascript.ScriptableObject
      extended by org.szegedi.spring.web.jsflow.HostObject
All Implemented Interfaces:
java.io.Serializable, org.mozilla.javascript.ConstProperties, org.mozilla.javascript.debug.DebuggableObject, org.mozilla.javascript.Scriptable

public class HostObject
extends org.mozilla.javascript.ScriptableObject

An internal host object used to implement built-in functions for scripts. You should never use it directly. It is public only as an implementation detail.

Version:
$Id: HostObject.java 104 2009-12-01 18:44:14Z szegedia $
Author:
Attila Szegedi
See Also:
Serialized Form

Field Summary
static java.lang.String CLASS_NAME
           
 
Fields inherited from class org.mozilla.javascript.ScriptableObject
CONST, DONTENUM, EMPTY, PERMANENT, READONLY, UNINITIALIZED_CONST
 
Fields inherited from interface org.mozilla.javascript.Scriptable
NOT_FOUND
 
Constructor Summary
HostObject()
           
 
Method Summary
 java.lang.String getClassName()
           
 void jsFunction_include(org.mozilla.javascript.Scriptable scope, java.lang.String scriptName)
           
 void jsFunction_inspect(org.mozilla.javascript.Scriptable obj)
           
 void jsFunction_respond(java.lang.String viewName, org.mozilla.javascript.Scriptable model)
           
 void jsFunction_wait()
           
 boolean jsGet_isGoingToWait()
           
 
Methods inherited from class org.mozilla.javascript.ScriptableObject
associateValue, avoidObjectDetection, callMethod, callMethod, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineFunctionProperties, defineProperty, defineProperty, defineProperty, defineProperty, delete, delete, deleteProperty, deleteProperty, equivalentValues, get, get, getAllIds, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getClassPrototype, getDefaultValue, getDefaultValue, getFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getParentScope, getProperty, getProperty, getPropertyIds, getPrototype, getTopLevelScope, getTopScopeValue, has, has, hasInstance, hasProperty, hasProperty, isConst, isGetterOrSetter, isSealed, put, put, putConst, putConstProperty, putProperty, putProperty, redefineProperty, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setGetterOrSetter, setParentScope, setPrototype
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_NAME

public static final java.lang.String CLASS_NAME
See Also:
Constant Field Values
Constructor Detail

HostObject

public HostObject()
Method Detail

getClassName

public java.lang.String getClassName()
Specified by:
getClassName in interface org.mozilla.javascript.Scriptable
Specified by:
getClassName in class org.mozilla.javascript.ScriptableObject

jsFunction_inspect

public void jsFunction_inspect(org.mozilla.javascript.Scriptable obj)

jsFunction_respond

public void jsFunction_respond(java.lang.String viewName,
                               org.mozilla.javascript.Scriptable model)

jsFunction_wait

public void jsFunction_wait()

jsGet_isGoingToWait

public boolean jsGet_isGoingToWait()

jsFunction_include

public void jsFunction_include(org.mozilla.javascript.Scriptable scope,
                               java.lang.String scriptName)
                        throws java.lang.Exception
Throws:
java.lang.Exception