Uses of Interface
com.atlassian.gadgets.spec.Feature

Packages that use Feature
com.atlassian.gadgets.renderer.internal   
com.atlassian.gadgets.spec Contains classes related to Gadgets' Specification XML. 
 

Uses of Feature in com.atlassian.gadgets.renderer.internal
 

Classes in com.atlassian.gadgets.renderer.internal that implement Feature
 class FeatureImpl
           
 

Uses of Feature in com.atlassian.gadgets.spec
 

Methods in com.atlassian.gadgets.spec that return types with arguments of type Feature
 Map<String,Feature> GadgetSpec.getFeatures()
          Get the features in this spec
 

Method parameters in com.atlassian.gadgets.spec with type arguments of type Feature
 GadgetSpec.Builder GadgetSpec.Builder.features(Map<String,Feature> features)
          Set the Map of Feature for the GadgetSpec under construction and return this Builder to allow further construction to be done.
 



Copyright © 2011 Atlassian. All Rights Reserved.