org.apache.bsf.engines.javascript
public class JsObjectStub extends Skeleton implements JsObject
UNKNOWN: Administrator
Constructor Summary | |
---|---|
JsObjectStub(RhinoEngineDebugger rhinoDbg, Scriptable object) |
Method Summary | |
---|---|
void | define(String propertyName, JsObject value, int attributes) |
void | define(String propertyName, Object value, int attributes) |
void | delete(int index) |
void | delete(String name) |
Object | get(int index) |
Object | get(String name) |
String | getClassName() |
Object | getDefaultValue(Class hint) |
Object[] | getIds(boolean all) |
JsObject | getPrototype() |
JsObject | getScope() |
boolean | has(int index) |
boolean | has(String name) |
boolean | hasInstance(JsObject instance) |
boolean | isFunction() |
boolean | isScript() |
boolean | isWrapper() |
void | put(int index, Object value) |
void | put(String name, Object value) |
void | setPrototype(JsObject prototype) |
void | setScope(JsObject jsobj) |
Object | unwrap() |
boolean | wrapsJavaObject() |