Uses of Interface
com.atlassian.gadgets.directory.internal.DirectoryEntryProvider

Packages that use DirectoryEntryProvider
com.atlassian.gadgets.directory.internal.impl   
 

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

Classes in com.atlassian.gadgets.directory.internal.impl that implement DirectoryEntryProvider
 class AbstractDirectoryEntryProvider<T>
           
 class ConfigurableExternalGadgetSpecDirectoryEntryProvider
          This implementation delegates spec storage to ExternalGadgetSpecStore to enforce the contract of that interface (normalizing URIs on add, preventing duplicate storage, etc.) and so that user-added gadgets may be persisted in between application sessions.
 class GadgetSpecProviderDirectoryEntryProvider
          A DirectoryEntryProvider that aggregates an arbitrary number of GadgetSpecProvider implementations to produce its results.
 class PluginExternalGadgetSpecDirectoryEntryProvider
          A DirectoryEntryProvider for external gadget specs provided by plugins.
 

Constructor parameters in com.atlassian.gadgets.directory.internal.impl with type arguments of type DirectoryEntryProvider
DirectoryImpl(Iterable<? extends DirectoryEntryProvider> providers)
           
 



Copyright © 2009 Atlassian. All Rights Reserved.