public interface

EnumPageResourceManagerModes

com.microstrategy.web.app.utils.EnumPageResourceManagerModes
Known Indirect Subclasses

Class Overview

Defines the constants for the mode of the Page Resource manager PageResourceManager.

Summary

Constants
int MODE_DISABLED Indicates that the page resource manager is disabled.
int MODE_ENABLED Indicates that the page resource manager is enabled with full optimization.
int MODE_RENDER_INLINE Indicates that the page resource manager is enabled with partial optimization.

Constants

public static final int MODE_DISABLED

Indicates that the page resource manager is disabled.

Constant Value: -1 (0xffffffff)

public static final int MODE_ENABLED

Indicates that the page resource manager is enabled with full optimization. The scripts are rendered at the bottom of the page.

Constant Value: 0 (0x00000000)

public static final int MODE_RENDER_INLINE

Indicates that the page resource manager is enabled with partial optimization. The scripts are rendered in place.

Constant Value: 1 (0x00000001)