Package com.microstrategy.web.app.beans
Class ThresholdEditorBeanFeaturesImpl
- java.lang.Object
-
- com.microstrategy.web.beans.AbstractWebFeatures
-
- com.microstrategy.web.app.beans.ThresholdEditorBeanFeaturesImpl
-
- All Implemented Interfaces:
WebFeatures
public class ThresholdEditorBeanFeaturesImpl extends AbstractWebFeatures
- Since:
- MicroStrategy Web 9.0.0
-
-
Field Summary
-
Fields inherited from class com.microstrategy.web.beans.AbstractWebFeatures
_wc
-
-
Constructor Summary
Constructors Constructor Description ThresholdEditorBeanFeaturesImpl()
Default constructor.ThresholdEditorBeanFeaturesImpl(WebComponent wc)
Constructor with the specifiedWebComponent
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
resolveFeature(java.lang.String feature)
Derived classes are expected to implement this method to indicate whether the feature is supported-
Methods inherited from class com.microstrategy.web.beans.AbstractWebFeatures
checkUserPrivilege, flushCache, getSession, isFeatureAvailable, isFeatureAvailable
-
-
-
-
Constructor Detail
-
ThresholdEditorBeanFeaturesImpl
public ThresholdEditorBeanFeaturesImpl()
Default constructor.
-
ThresholdEditorBeanFeaturesImpl
public ThresholdEditorBeanFeaturesImpl(WebComponent wc) throws MSTRUncheckedException
Constructor with the specifiedWebComponent
.- Parameters:
wc
- aWebComponent
object from which to get more information.- Throws:
MSTRUncheckedException
- thrown if the specifiedWebComponent
is null.
-
-
Method Detail
-
resolveFeature
protected boolean resolveFeature(java.lang.String feature)
Description copied from class:AbstractWebFeatures
Derived classes are expected to implement this method to indicate whether the feature is supported- Specified by:
resolveFeature
in classAbstractWebFeatures
- Parameters:
feature
- the feature to check for- Returns:
- boolean indicating whether the feature is supported
-
-