MMJB.getProperties()
Availability
Dreamweaver UltraDev 4, enhanced in Dreamweaver MX.
Description
Introspects the JavaBeans class and returns its properties.
Arguments
packageName.className
•
The
packageName.className
JAR or ZIP Java archive. If
or be a class file that is installed in the Configuration/Classes folder.
classpath
•
The
packagePath
Java archive that contains
Returns
A string array of the properties associated with
MMJB.getReadProperties()
Availability
Dreamweaver MX.
Description
Gets read-only properties for JavaBeans that support get accessor calls.
Arguments
packageName.className
•
The
packageName.className
JAR or ZIP Java archive. If
or be a class file that is installed in the Configuration/Classes folder.
classpath
•
The
packagePath
JAR or ZIP Java archive that contains
Returns
A string array of read-only properties associated with
114
Chapter 9: The JavaBeans API
, {
}
packagePath
argument is the name of the class. The class must reside in a
packagePath
argument is an optional string that points to the location of the JAR or ZIP
.
className
, {
}
packagePath
argument is the name of the class. The class must reside in a
packagePath
argument, which is optional, is a string that points to the location of the
className
is omitted, the archive must reside in your system
; an error returns an empty array.
className
is omitted, the archive must reside in your system
.
; an error returns an empty array.
className
Need help?
Do you have a question about the DREAMWEAVER MX 2004-DREAMWEAVER API and is the answer not in the manual?