Type Params | Return Type | Name and description |
---|---|---|
|
static java.lang.Object |
wrapJsObject(java.lang.Object o) Wraps JsObject to use the methodMissing Groovy feature to convert a Groovy method call to a JS method call |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Wraps JsObject to use the methodMissing Groovy feature to convert a Groovy method call to a JS method call
o
- the object to wrap