Interface EnumWebAppDebugFlags


  • public interface EnumWebAppDebugFlags
    This is the enumeration of all the error codes generated by objects in the application layer. This includes Application Beans and configuration classes.
    Since:
    MicroStrategy Web 7.3.1 or earlier
    • Field Detail

      • DebugFlagBeanXml

        static final int DebugFlagBeanXml
        Shows the bean's xml
        See Also:
        Constant Field Values
      • DebugFlagBeanState

        static final int DebugFlagBeanState
        Shows the bean's maximal state
        See Also:
        Constant Field Values
      • DebugFlagBeanAll

        static final int DebugFlagBeanAll
        Includes all the bean's information
        See Also:
        Constant Field Values
      • DebugFlagJsBundles

        static final int DebugFlagJsBundles
        Normally, JSP file contains a new custom tag to load the bundle. The syntax is: Here, if you specify a debugBundle attribute, we will use whatever bundle you specify. If the debugBundle attribute is not specified, we will include individual js files rather than the compressed bundle file.
        See Also:
        Constant Field Values
      • DebugFlagJsonBlocks

        static final int DebugFlagJsonBlocks
        This flag controls whether we include in the page the bean contents as strings. The syntax is: As an example, it can be used to feed data to GreaseMonkey Script.
        See Also:
        Constant Field Values
      • DebugFlagLogRecord

        static final int DebugFlagLogRecord
        This flag shows the log record. It was used as another JSP custom tag "".
        See Also:
        Constant Field Values
      • DebugFlagNoVersionParam

        static final int DebugFlagNoVersionParam
        This flag prevents adding web version parameter when loading js and css resources. E.g. load with version: '../sample.js?v=12345' Web version is used to skip static file cache when code version updates
        See Also:
        Constant Field Values
      • DebugFlagTransformParameters

        static final int DebugFlagTransformParameters
        Include the values of all the FormalParameters of the Transform
        See Also:
        Constant Field Values
      • DebugFlagTransformAll

        static final int DebugFlagTransformAll
        Includes all the transform's information
        See Also:
        Constant Field Values
      • DebugFlagPageRequestKeys

        static final int DebugFlagPageRequestKeys
        Includes the values in the RequestKeys
        See Also:
        Constant Field Values
      • DebugFlagPageBrowserSettings

        static final int DebugFlagPageBrowserSettings
        Includes the values in the BrowserSettings
        See Also:
        Constant Field Values
      • DebugFlagPageAll

        static final int DebugFlagPageAll
        Includes all the values of application objects
        See Also:
        Constant Field Values
      • DebugFlagNone

        static final int DebugFlagNone
        Includes none Debug flags
        See Also:
        Constant Field Values