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
 String getName()
          Get the name of this feature
 String getParameterValue(String paramName)
          Get the value for this parameter passed in the spec
 

Method Detail

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


Copyright © 2011 Atlassian. All Rights Reserved.