com.atlassian.gadgets.renderer.internal
Class FeatureImpl

java.lang.Object
  extended by com.atlassian.gadgets.renderer.internal.FeatureImpl
All Implemented Interfaces:
Feature

public class FeatureImpl
extends Object
implements Feature


Constructor Summary
FeatureImpl(org.apache.shindig.gadgets.spec.Feature feature)
           
 
Method Summary
 String getName()
          Get the name of this feature
 String getParameterValue(String paramName)
          Get the value for this parameter passed in the spec
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeatureImpl

public FeatureImpl(org.apache.shindig.gadgets.spec.Feature feature)
Method Detail

getParameterValue

public String getParameterValue(String paramName)
Description copied from interface: Feature
Get the value for this parameter passed in the spec

Specified by:
getParameterValue in interface Feature
Parameters:
paramName - name of the feature param we want the value of
Returns:
the value of this feature parameter

getName

public String getName()
Description copied from interface: Feature
Get the name of this feature

Specified by:
getName in interface Feature
Returns:
feature name


Copyright © 2014 Atlassian. All Rights Reserved.