Uses of Interface
com.atlassian.plugin.Resourced

Packages that use Resourced
com.atlassian.plugin   
com.atlassian.plugin.descriptors   
com.atlassian.plugin.impl   
com.atlassian.plugin.module   
com.atlassian.plugin.osgi.factory Deployers for OSGi-related plugins 
com.atlassian.plugin.osgi.factory.descriptor   
com.atlassian.plugin.servlet.descriptors   
com.atlassian.plugin.servlet.download.plugin   
com.atlassian.plugin.web.descriptors   
com.atlassian.plugin.webresource   
com.atlassian.plugin.webresource.transformer   
 

Uses of Resourced in com.atlassian.plugin
 

Subinterfaces of Resourced in com.atlassian.plugin
 interface ModuleDescriptor<T>
           
 interface Plugin
           
 

Classes in com.atlassian.plugin that implement Resourced
 class Resources
          An aggregate of all resource descriptors within the given plugin module or plugin.
 

Methods in com.atlassian.plugin with parameters of type Resourced
 void Plugin.setResources(Resourced resources)
           
 

Uses of Resourced in com.atlassian.plugin.descriptors
 

Classes in com.atlassian.plugin.descriptors that implement Resourced
 class AbstractModuleDescriptor<T>
           
 class ResourcedModuleDescriptor<T>
          Deprecated. All module descriptors now have resources. Use AbstractModuleDescriptor instead.
 class UnloadableModuleDescriptor
          Instances of this class represent a module which could not be loaded, not a module which can be unloaded.
 class UnrecognisedModuleDescriptor
           
 

Uses of Resourced in com.atlassian.plugin.impl
 

Subinterfaces of Resourced in com.atlassian.plugin.impl
 interface DynamicPlugin
          Deprecated. since 2.2.0, use a wrapping plugin based on AbstractDelegatingPlugin instead
 

Classes in com.atlassian.plugin.impl that implement Resourced
 class AbstractDelegatingPlugin
          Delegating plugin that supports easy wrapping
 class AbstractPlugin
           
 class DefaultDynamicPlugin
          A dynamically loaded plugin is loaded through the plugin class loader.
 class StaticPlugin
           
 class UnloadablePlugin
          This class represents a Plugin that was not able to be loaded by the PluginManager.
 class XmlDynamicPlugin
          A dynamic XML plugin that consists of the Atlassian plugin descriptor
 

Methods in com.atlassian.plugin.impl with parameters of type Resourced
 void AbstractPlugin.setResources(Resourced resources)
           
 void AbstractDelegatingPlugin.setResources(Resourced resources)
           
 

Uses of Resourced in com.atlassian.plugin.module
 

Subinterfaces of Resourced in com.atlassian.plugin.module
 interface ContainerManagedPlugin
          A plugin that is managed by a container
 

Uses of Resourced in com.atlassian.plugin.osgi.factory
 

Classes in com.atlassian.plugin.osgi.factory that implement Resourced
 class OsgiBundlePlugin
          Plugin that wraps an OSGi bundle that has no plugin descriptor.
 class OsgiPlugin
          Plugin that wraps an OSGi bundle that does contain a plugin descriptor.
 

Methods in com.atlassian.plugin.osgi.factory with parameters of type Resourced
 void OsgiBundlePlugin.setResources(Resourced resources)
           
 

Uses of Resourced in com.atlassian.plugin.osgi.factory.descriptor
 

Classes in com.atlassian.plugin.osgi.factory.descriptor that implement Resourced
 class ComponentImportModuleDescriptor
          Module descriptor for OSGi service imports.
 class ComponentModuleDescriptor<Object>
          Module descriptor for Spring components.
 class ModuleTypeModuleDescriptor
          Module descriptor for dynamic module types.
 

Uses of Resourced in com.atlassian.plugin.servlet.descriptors
 

Classes in com.atlassian.plugin.servlet.descriptors that implement Resourced
 class BaseServletModuleDescriptor<T>
          Acts as a base for other servlet type module descriptors to inherit.
 class ServletContextListenerModuleDescriptor
          Provides a way for plugins to declare ServletContextListeners so they can be notified when the ServletContext is created for the plugin.
 class ServletContextParamModuleDescriptor
          Allows plugin developers to specify init parameters they would like added to the plugin local ServletContext.
 class ServletFilterModuleDescriptor
          A module descriptor that allows plugin developers to define servlet filters.
 class ServletModuleDescriptor
          A module descriptor that allows plugin developers to define servlets.
 

Uses of Resourced in com.atlassian.plugin.servlet.download.plugin
 

Classes in com.atlassian.plugin.servlet.download.plugin that implement Resourced
 class DownloadStrategyModuleDescriptor
          A plugin module which provides a DownloadStrategy.
 

Uses of Resourced in com.atlassian.plugin.web.descriptors
 

Subinterfaces of Resourced in com.atlassian.plugin.web.descriptors
 interface WebFragmentModuleDescriptor
          A convenience interface for web fragment descriptors
 interface WebItemModuleDescriptor
          A web-item plugin adds extra links to a particular section.
 interface WebPanelModuleDescriptor
           The web panel module declares a single web panel in atlassian-plugin.xml.
 interface WebSectionModuleDescriptor
          A web-section plugin adds extra sections to a particular location.
 

Classes in com.atlassian.plugin.web.descriptors that implement Resourced
 class AbstractWebFragmentModuleDescriptor
          An abstract convenience class for web fragment descriptors.
 class DefaultAbstractWebFragmentModuleDescriptor
          Wrapper for WebFragmentModuleDescriptor, so that it could be extended by application specific wrappers to provide additional methods.
 class DefaultWebItemModuleDescriptor
          Represents a pluggable link.
 class DefaultWebPanelModuleDescriptor
           The web panel module declares a single web panel in atlassian-plugin.xml.
 class DefaultWebSectionModuleDescriptor
          Represents a web section - that is a collection of web items.
 class WebPanelRendererModuleDescriptor
          The web panel renderer module is used to add web panel renderers to the plugin system.
 

Uses of Resourced in com.atlassian.plugin.webresource
 

Classes in com.atlassian.plugin.webresource that implement Resourced
 class WebResourceModuleDescriptor
          A way of linking to web 'resources', such as javascript or css.
 

Uses of Resourced in com.atlassian.plugin.webresource.transformer
 

Classes in com.atlassian.plugin.webresource.transformer that implement Resourced
 class WebResourceTransformerModuleDescriptor
          Defines a module descriptor for a WebResourceTransformer.
 



Copyright © 2010 Atlassian. All Rights Reserved.