java.lang.Object | |
↳ | com.microstrategy.web.app.addons.AbstractAppAddOn |
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AbstractAppAddOn() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean |
isCollectDataRequired(PageComponent pg, WebComponent child)
Determins wheter the page should call collect data on the child
| ||||||||||
void |
postCollectData(PageComponent pg)
Executes post collectData operations.
| ||||||||||
void |
preCollectData(PageComponent pg)
This is the main method of the add on which executes the add on.
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
RequestKeys |
getRequestKeys(PageComponent pg)
The method returns the
RequestKeys object associated | ||||||||||
boolean | isIFrameRequest(RequestKeys rk) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Determins wheter the page should call collect data on the child
pg | the PageComponent instance |
---|---|
child | the child of the page } |
This is the main method of the add on which executes the add on. This has to be a static method.
pg | is the PageComponent. |
---|
The method returns the RequestKeys
object associated
RequestKeys
instance