MetaDone
metadone.metabusiness.script.js.CollectionsWrapFactory Class Reference
Inheritance diagram for metadone.metabusiness.script.js.CollectionsWrapFactory:
Collaboration diagram for metadone.metabusiness.script.js.CollectionsWrapFactory:

List of all members.

Public Member Functions

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

Detailed Description

Wraps all collections into native JavaScript arrays.

Author:
kma

Member Function Documentation

Object metadone.metabusiness.script.js.CollectionsWrapFactory.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)

Implements metadone.metabusiness.script.js.GenericJSWrapFactory.WrapExtension.


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