Detailed reference of prototypes, properties and methods available in the
Javascript environment of your Helma web applications.

Adds useful methods to the JavaScript Object type.

To use this optional module, its repository needs to be added to the application, for example by calling app.addRepository('modules/core/Object.js')
Methods
Object. clone(Object, Object)
copy the properties of an object into a new object
parameters
Object the source object
Object the (optional) target object
returns
Object the resulting object
Object. reduce(HopObject)
reduce an extended object (ie. a HopObject) to a generic javascript object
parameters
HopObject the HopObject to be reduced
returns
Object the resulting generic object
Object. dump(Object, Boolean)
print the contents of an object for debugging
parameters
Object the object to dump
Boolean recursive flag (if true, dump child objects, too)
Fri, 05 Feb 2010 17:40:05 GMT.

core framework

optional modules

java libraries

properties files