Uses of Interface
com.atlassian.plugin.Resourced

Packages that use Resourced
com.atlassian.plugin   
com.atlassian.plugin.descriptors   
com.atlassian.plugin.descriptors.servlet   
com.atlassian.plugin.impl   
com.atlassian.plugin.web.descriptors   
com.atlassian.plugin.webresource   
 

Uses of Resourced in com.atlassian.plugin
 

Subinterfaces of Resourced in com.atlassian.plugin
 interface ModuleDescriptor
           
 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
           
 class ResourcedModuleDescriptor
          Deprecated. All module descriptors now have resources. Use AbstractModuleDescriptor instead.
 class UnloadableModuleDescriptor
          Created by IntelliJ IDEA.
 class UnrecognisedModuleDescriptor
           
 

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

Classes in com.atlassian.plugin.descriptors.servlet that implement Resourced
 class ServletModuleDescriptor
           
 

Uses of Resourced in com.atlassian.plugin.impl
 

Classes in com.atlassian.plugin.impl that implement Resourced
 class AbstractPlugin
           
 class DynamicPlugin
          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.
 

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

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 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 DefaultWebSectionModuleDescriptor
          Represents a web section - that is a collection of web items.
 

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.
 



Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.