Interface Feature


public interface Feature
Represents a feature that is declared to be used in a gadget spec. A feature is a defined bit of functionality outside the core OpenSocial/Gadgets API,
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the name of this feature
    Get the value for this parameter passed in the spec
  • Method Details

    • getName

      String getName()
      Get the name of this feature
      Returns:
      feature name
    • getParameterValue

      String getParameterValue(String paramName)
      Get the value for this parameter passed in the spec
      Parameters:
      paramName - name of the feature param we want the value of
      Returns:
      the value of this feature parameter