Class DefaultViewBeanFeaturesImpl

    • Constructor Detail

      • DefaultViewBeanFeaturesImpl

        public DefaultViewBeanFeaturesImpl​(WebComponent bean)
                                    throws MSTRUncheckedException
        Constructor with the specified WebComponent.
        Parameters:
        bean - a WebComponent object from which to get more information.
        Throws:
        MSTRUncheckedException - thrown if the specified WebComponent is null.
    • Method Detail

      • resolveFeature

        public 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 class AbstractWebFeatures
        Parameters:
        feature - the feature to check for
        Returns:
        boolean indicating whether the feature is supported