DhObjectFactory.setCodeClassName

Overview | Methods | This Package | All Packages

DhObjectFactory.setCodeClassName

Sets the Java class name of the object, which is equivalent to the CODE parameter of the OBJECT tag in HTML.

Syntax

public void setCodeClassName( String className )

Parameters

className

The name of the file containing the compiled Java class.

See Also   getCodeClassName