cgl.hpsearch.shell.wsctx
Class WSContext
java.lang.Object
org.mozilla.javascript.ScriptableObject
cgl.hpsearch.shell.wsctx.WSContext
- All Implemented Interfaces:
- Scriptable, Serializable
- public class WSContext
- extends ScriptableObject
WSContext Object to deal with context registries
Created on Mar 22, 2005
- Author:
- Harshawardhan Gadgil (hgadgil@grids.ucs.indiana.edu)
- See Also:
- Serialized Form
| Methods inherited from class org.mozilla.javascript.ScriptableObject |
callMethod, defineClass, defineClass, defineFunctionProperties, defineProperty, defineProperty, defineProperty, defineProperty, delete, delete, deleteProperty, deleteProperty, get, get, getAllIds, getAttributes, getAttributes, getClassPrototype, getDefaultValue, getFunctionPrototype, getIds, getObjectPrototype, getParentScope, getProperty, getProperty, getPropertyIds, getPrototype, getTopLevelScope, has, has, hasInstance, hasProperty, hasProperty, isSealed, put, put, putProperty, putProperty, sealObject, setAttributes, setAttributes, setParentScope, setPrototype |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSContext
public WSContext()
jsConstructor
public static Scriptable jsConstructor(Context cx,
Object[] args,
Function ctorObj,
boolean inNewExpr)
getClassName
public String getClassName()
jsFunction_put
public static String jsFunction_put(Context _cx,
Scriptable _thisObj,
Object[] id,
Function funObj)
jsFunction_get
public static Scriptable jsFunction_get(Context _cx,
Scriptable _thisObj,
Object[] id,
Function funObj)