public class

DebugFlagsAddOn

extends AbstractAppAddOn
java.lang.Object
   ↳ com.microstrategy.web.app.addons.AbstractAppAddOn
     ↳ com.microstrategy.web.app.addons.DebugFlagsAddOn

Summary

Public Constructors
DebugFlagsAddOn()
Public Methods
String getAddOnDescription()
void preCollectData(PageComponent page)
This is the main method of the add on which executes the add on.
[Expand]
Inherited Methods
From class com.microstrategy.web.app.addons.AbstractAppAddOn
From class java.lang.Object
From interface com.microstrategy.web.app.addons.AppAddOns

Public Constructors

public DebugFlagsAddOn ()

Public Methods

public String getAddOnDescription ()

public void preCollectData (PageComponent page)

This is the main method of the add on which executes the add on. This has to be a static method.

Parameters
page is the PageComponent.