Interface WebFeatures

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isFeatureAvailable​(java.lang.String feature)
      Returns whether the given feature is available or not.
      boolean isFeatureAvailable​(java.lang.String feature, java.lang.Object dependencyObject)
      Returns whether the given feature is available or not.
    • Method Detail

      • isFeatureAvailable

        boolean isFeatureAvailable​(java.lang.String feature)
        Returns whether the given feature is available or not.
        Parameters:
        feature - The feature to check for, from EnumWebObjectsFeatures.
        Returns:
        Whether the given feature is available.
      • isFeatureAvailable

        boolean isFeatureAvailable​(java.lang.String feature,
                                   java.lang.Object dependencyObject)
        Returns whether the given feature is available or not.
        Parameters:
        feature - The feature to check for, from EnumWebObjectsFeatures.
        dependencyObject - A dependency object which can be used as an additional parameter for certain feature types.
        Returns:
        Whether the given feature is available.