Uses of Interface
com.atlassian.plugin.StateAware

Packages that use StateAware
com.atlassian.plugin.descriptors   
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   
 

Uses of StateAware in com.atlassian.plugin.descriptors
 

Classes in com.atlassian.plugin.descriptors that implement StateAware
 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 StateAware in com.atlassian.plugin.osgi.factory.descriptor
 

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

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

Classes in com.atlassian.plugin.servlet.descriptors that implement StateAware
 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<T extends HttpServlet>
          A module descriptor that allows plugin developers to define servlets.
 

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

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

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

Subinterfaces of StateAware in com.atlassian.plugin.web.descriptors
 interface WebFragmentModuleDescriptor<T>
          A convenience interface for web fragment descriptors
 interface WebItemModuleDescriptor<T>
          A web-item plugin adds extra links to a particular section.
 interface WebSectionModuleDescriptor<T>
          A web-section plugin adds extra sections to a particular location.
 

Classes in com.atlassian.plugin.web.descriptors that implement StateAware
 class AbstractWebFragmentModuleDescriptor<T>
          An abstract convenience class for web fragment descriptors.
 class DefaultAbstractWebFragmentModuleDescriptor<T>
          Wrapper for WebFragmentModuleDescriptor, so that it could be extended by application specific wrappers to provide additional methods.
 class DefaultWebItemModuleDescriptor<T>
          Represents a pluggable link.
 class DefaultWebSectionModuleDescriptor
          Represents a web section - that is a collection of web items.
 

Uses of StateAware in com.atlassian.plugin.webresource
 

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



Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.