Class AbstractAppWebFeatures

    • Method Detail

      • resolveFeature

        protected boolean resolveFeature​(java.lang.String feature)
        Determines whether the specified feature is available.
        Specified by:
        resolveFeature in class AbstractWebFeatures
        Parameters:
        feature - String with the name of the feature to search for
        Returns:
        a boolean. The default return value for this method is true
        Since:
        MicroStrategy Web 8.0.0
      • checkBrowserSetting

        protected boolean checkBrowserSetting​(java.lang.String key,
                                              java.lang.String value)
        Checks whether the specified browser setting and value matches the user's browser setiing
        Parameters:
        key - String with the name of the browser setting
        value - String with the value of the browser setting
        Returns:
        A boolean.
      • checkPreference

        protected boolean checkPreference​(java.lang.String name,
                                          java.lang.String value)
        Checks whether the specified preference and value matches the user's preference
        Parameters:
        name - String with the name of the preference
        value - String with the value of the preference
        Returns:
        A boolean.
      • checkSysPreference

        protected boolean checkSysPreference​(java.lang.String name,
                                             java.lang.String value)
        Checks whether the specified preference and value matches the system's preference
        Parameters:
        name - String with the name of the preference
        value - String with the value of the preference
        Returns:
        A boolean.
        Since:
        MicroStrategy Web 8.0.2
      • checkPreference

        protected boolean checkPreference​(java.lang.String name,
                                          java.lang.String value,
                                          PreferenceLevel level)
        Checks whether the specified preference and value matches the user's preference
        Parameters:
        name - String with the name of the preference
        value - String with the value of the preference
        level - PreferenceLevel with the level of the preference
        Returns:
        A boolean.
        Since:
        MicroStrategy Web 7.5.0