Package com.atlassian.gadgets.spec
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 TypeMethodDescriptiongetName()Get the name of this featuregetParameterValue(String paramName) 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
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
-