Package com.microstrategy.web.app.addons
Class FolderFrameAddOn
- java.lang.Object
-
- com.microstrategy.web.app.addons.AbstractAppAddOn
-
- com.microstrategy.web.app.addons.FolderFrameAddOn
-
- All Implemented Interfaces:
AppAddOns
public class FolderFrameAddOn extends AbstractAppAddOn
- Since:
- MicroStrategy Web 9.0.0
-
-
Constructor Summary
Constructors Constructor Description FolderFrameAddOn()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getAddOnDescription()
This method describes the tasks performed by the AddOn.void
setBeanName(java.lang.String beanName)
-
Methods inherited from class com.microstrategy.web.app.addons.AbstractAppAddOn
getRequestKeys, isCollectDataRequired, isIFrameRequest, postCollectData, preCollectData
-
-
-
-
Method Detail
-
setBeanName
public void setBeanName(java.lang.String beanName)
-
getAddOnDescription
public java.lang.String getAddOnDescription()
Description copied from interface:AppAddOns
This method describes the tasks performed by the AddOn.- Returns:
- The tasks which the Add On performs. This needs to be as descriptive as possible.
-
-