DhModule.getCodeClass

Overview | Methods | This Package | All Packages

DhModule.getCodeClass

Retrieves the name of the document class for this module (which should be a class extending DhDocument).

Syntax

final public String getCodeClass()

Return Value

Returns the document class name.

Remarks

If this property is not set in the constructor for the DhModule-derived class, the framework will set it using the __CODECLASS attribute of the HTML <body> tag, if any.