Uses of Class
com.atlassian.gadgets.directory.spi.ExternalGadgetSpec

Packages that use ExternalGadgetSpec
com.atlassian.gadgets.directory.internal.impl   
com.atlassian.gadgets.directory.spi Contains the service provider interfaces (SPIs) that host applications must implement in order to use the dashboard plugin(s). 
com.atlassian.gadgets.refimpl Provides an implementation of the SPI for the refapp. 
 

Uses of ExternalGadgetSpec in com.atlassian.gadgets.directory.internal.impl
 

Methods in com.atlassian.gadgets.directory.internal.impl that return types with arguments of type ExternalGadgetSpec
protected  com.google.common.base.Function<ExternalGadgetSpec,Directory.Entry> ConfigurableExternalGadgetSpecDirectoryEntryProvider.convertToLocalizedDirectoryEntry(GadgetRequestContext gadgetRequestContext)
           
protected  Iterable<ExternalGadgetSpec> ConfigurableExternalGadgetSpecDirectoryEntryProvider.internalEntries()
           
 

Uses of ExternalGadgetSpec in com.atlassian.gadgets.directory.spi
 

Methods in com.atlassian.gadgets.directory.spi that return ExternalGadgetSpec
 ExternalGadgetSpec ExternalGadgetSpecStore.add(URI gadgetSpecUri)
          Adds a gadget spec URI to this store and returns an ExternalGadgetSpec wrapper for it.
 

Methods in com.atlassian.gadgets.directory.spi that return types with arguments of type ExternalGadgetSpec
 Iterable<ExternalGadgetSpec> ExternalGadgetSpecStore.entries()
          Retrieves all ExternalGadgetSpecs from the data store.
 

Uses of ExternalGadgetSpec in com.atlassian.gadgets.refimpl
 

Methods in com.atlassian.gadgets.refimpl that return ExternalGadgetSpec
 ExternalGadgetSpec PluginSettingsExternalGadgetSpecStore.add(URI gadgetSpecUri)
           
 

Methods in com.atlassian.gadgets.refimpl that return types with arguments of type ExternalGadgetSpec
 Collection<ExternalGadgetSpec> PluginSettingsExternalGadgetSpecStore.entries()
           
 



Copyright © 2009 Atlassian. All Rights Reserved.