Package com.microstrategy.web.app.utils
Interface EnumPageResourceManagerModes
-
- All Known Implementing Classes:
PageResourceManager
public interface EnumPageResourceManagerModesDefines the constants for the mode of the Page Resource managerPageResourceManager.- Since:
- MicroStrategy Web 9.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static intMODE_DISABLEDIndicates that the page resource manager is disabled.static intMODE_ENABLEDIndicates that the page resource manager is enabled with full optimization.static intMODE_RENDER_INLINEIndicates that the page resource manager is enabled with partial optimization.
-
-
-
Field Detail
-
MODE_DISABLED
static final int MODE_DISABLED
Indicates that the page resource manager is disabled.- See Also:
- Constant Field Values
-
MODE_ENABLED
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.- See Also:
- Constant Field Values
-
MODE_RENDER_INLINE
static final int MODE_RENDER_INLINE
Indicates that the page resource manager is enabled with partial optimization. The scripts are rendered in place.- See Also:
- Constant Field Values
-
-