com.microstrategy.web.app.utils.EnumPageResourceManagerModes |
![]() |
Defines the constants for the mode of the Page Resource manager
PageResourceManager
.
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. |
Indicates that the page resource manager is disabled.
Indicates that the page resource manager is enabled with full optimization. The scripts are rendered at the bottom of the page.
Indicates that the page resource manager is enabled with partial optimization. The scripts are rendered in place.