Interface EnumPageResourceManagerModes

  • All Known Implementing Classes:
    PageResourceManager

    public interface EnumPageResourceManagerModes
    Defines the constants for the mode of the Page Resource manager PageResourceManager.
    Since:
    MicroStrategy Web 9.0.0
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int MODE_DISABLED
      Indicates that the page resource manager is disabled.
      static int MODE_ENABLED
      Indicates that the page resource manager is enabled with full optimization.
      static int MODE_RENDER_INLINE
      Indicates 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