|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mozilla.javascript.ScriptableObject
org.szegedi.spring.web.jsflow.HostObject
public class HostObject
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.
| 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 |
|---|
public static final java.lang.String CLASS_NAME
| Constructor Detail |
|---|
public HostObject()
| Method Detail |
|---|
public java.lang.String getClassName()
getClassName in interface org.mozilla.javascript.ScriptablegetClassName in class org.mozilla.javascript.ScriptableObjectpublic void jsFunction_inspect(org.mozilla.javascript.Scriptable obj)
public void jsFunction_respond(java.lang.String viewName,
org.mozilla.javascript.Scriptable model)
public void jsFunction_wait()
public boolean jsGet_isGoingToWait()
public void jsFunction_include(org.mozilla.javascript.Scriptable scope,
java.lang.String scriptName)
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||