com.microstrategy.web.app.EnumWebAppDebugFlags |
This is the enumeration of all the error codes generated by objects in the application layer. This includes Application Beans and configuration classes.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | DebugFlagAll | Includes all Debug flags | |||||||||
int | DebugFlagBeanAll | Includes all the bean's information | |||||||||
int | DebugFlagBeanState | Shows the bean's maximal state | |||||||||
int | DebugFlagBeanXml | Shows the bean's xml | |||||||||
int | DebugFlagJsBundles | Normally, JSP file contains a new custom tag to load the bundle. | |||||||||
int | DebugFlagJsonBlocks | This flag controls whether we include in the page the bean contents as strings. | |||||||||
int | DebugFlagLogRecord | This flag shows the log record. | |||||||||
int | DebugFlagNoVersionParam | This flag prevents adding web version parameter when loading js and css resources. | |||||||||
int | DebugFlagNone | Includes none Debug flags | |||||||||
int | DebugFlagPageAll | Includes all the values of application objects | |||||||||
int | DebugFlagPageBrowserSettings | Includes the values in the BrowserSettings | |||||||||
int | DebugFlagPageRequestKeys | Includes the values in the RequestKeys | |||||||||
int | DebugFlagTransformAll | Includes all the transform's information | |||||||||
int | DebugFlagTransformParameters | Include the values of all the FormalParameters of the Transform |
Includes all Debug flags
Includes all the bean's information
Shows the bean's maximal state
Shows the bean's xml
Normally, JSP file contains a new custom tag to load the bundle.
The syntax is:
This flag controls whether we include in the page the bean contents as strings.
The syntax is:
This flag shows the log record.
It was used as another JSP custom tag "
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
Includes none Debug flags
Includes all the values of application objects
Includes the values in the BrowserSettings
Includes the values in the RequestKeys
Includes all the transform's information
Include the values of all the FormalParameters of the Transform