Microsoft SDK for Java

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.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.