DhModule.getModuleHost

Overview | Methods | This Package | All Packages

DhModule.getModuleHost

Retrieves a string indicating how the module is hosted.

Syntax

public String getModuleHost()

Return Value

Returns a string describing the host type. Currently the possible values are:

Remarks

You can call getModuleHost from your initForm method and adjust your module's behavior as appropriate. For example, if the host is "IIS", creating event handlers on HTML elements has no effect.