Specifications
Chapter 29346
MMJB.getEvents()
Availability
Dreamweaver UltraDev 4
Description
Introspects the JavaBeans class and returns its events.
Arguments
packageName.className
packageName.className
is the package name of the class, which is part of the class path. It must
be a Java
.jar or .zip Java archive.
Returns
A string array of the JavaBeans events; an error returns an empty array.
MMJB.getIndexedProperties()
Availability
Dreamweaver UltraDev 4
Description
Introspects the JavaBeans class and returns its indexed properties, which are design patterns that
behave the same way as collections.
Arguments
packageName.className
packageName.className
is the package name of the class, which is part of the class path. It must
be a Java .jar or .zip Java archive.
Returns
A string array of the JavaBeans’ indexed properties; an error returns an empty array.
MMJB.getClasses()
Availability
Dreamweaver UltraDev 4
Description
Reads all the JavaBeans class names from the Configuration/Classes folder.
Arguments
None.
Returns
A string array of class names that are located in Configuration/Classes folder; an error returns an
empty array.