MetaDone
metadone.metabusiness.script.js.GenericJSWrapFactory.WrapExtension Interface Reference
Inheritance diagram for metadone.metabusiness.script.js.GenericJSWrapFactory.WrapExtension:

List of all members.

Public Member Functions

Object wrap (Context cx, Scriptable scope, Object obj, Class<?> staticType)

Detailed Description

An extension to this factory.


Member Function Documentation

Object metadone.metabusiness.script.js.GenericJSWrapFactory.WrapExtension.wrap ( Context  cx,
Scriptable  scope,
Object  obj,
Class<?>  staticType 
)

Tries to wrap the object

Parameters:
cxThe context
scopeThe scope of the executing script
objThe object to wrap (not null)
staticTypeThe class of the object for security restrictions
Returns:
A wrapped value or null
See also:
WrapFactory.wrap(Context, Scriptable, Object, Class)

Implemented in metadone.metabusiness.script.js.CollectionsWrapFactory.


The documentation for this interface was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations