Uses of Interface
com.atlassian.plugin.PluginAccessor

Packages that use PluginAccessor
com.atlassian.plugin   
com.atlassian.plugin.classloader   
com.atlassian.plugin.event.events This package contains events that will be fired by the framework. 
com.atlassian.plugin.main Main interface to the plugins framework providing a facade to hide the unnecessary internals. 
com.atlassian.plugin.manager   
com.atlassian.plugin.osgi.bridge   
com.atlassian.plugin.predicate   
com.atlassian.plugin.tracker   
com.atlassian.plugin.web   
com.atlassian.plugin.web.model   
com.atlassian.plugin.webresource   
 

Uses of PluginAccessor in com.atlassian.plugin
 

Subinterfaces of PluginAccessor in com.atlassian.plugin
 interface PluginManager
          Deprecated. since 2006-09-26 the preferred technique is to use the interfaces that this on e extends directly.
 

Uses of PluginAccessor in com.atlassian.plugin.classloader
 

Constructors in com.atlassian.plugin.classloader with parameters of type PluginAccessor
PluginsClassLoader(ClassLoader parent, PluginAccessor pluginAccessor)
          Deprecated. Since 2.5.0, use PluginsClassLoader.PluginsClassLoader(ClassLoader, PluginAccessor, PluginEventManager) instead
PluginsClassLoader(ClassLoader parent, PluginAccessor pluginAccessor, PluginEventManager pluginEventManager)
           
PluginsClassLoader(PluginAccessor pluginAccessor)
           
 

Uses of PluginAccessor in com.atlassian.plugin.event.events
 

Methods in com.atlassian.plugin.event.events that return PluginAccessor
 PluginAccessor PluginFrameworkShutdownEvent.getPluginAccessor()
           
 PluginAccessor PluginFrameworkWarmRestartedEvent.getPluginAccessor()
           
 PluginAccessor PluginFrameworkStartingEvent.getPluginAccessor()
           
 PluginAccessor PluginFrameworkStartedEvent.getPluginAccessor()
           
 PluginAccessor PluginFrameworkWarmRestartingEvent.getPluginAccessor()
           
 

Constructors in com.atlassian.plugin.event.events with parameters of type PluginAccessor
PluginFrameworkShutdownEvent(PluginController pluginController, PluginAccessor pluginAccessor)
           
PluginFrameworkStartedEvent(PluginController pluginController, PluginAccessor pluginAccessor)
           
PluginFrameworkStartingEvent(PluginController pluginController, PluginAccessor pluginAccessor)
           
PluginFrameworkWarmRestartedEvent(PluginController pluginController, PluginAccessor pluginAccessor)
           
PluginFrameworkWarmRestartingEvent(PluginController pluginController, PluginAccessor pluginAccessor)
           
 

Uses of PluginAccessor in com.atlassian.plugin.main
 

Methods in com.atlassian.plugin.main that return PluginAccessor
 PluginAccessor AtlassianPlugins.getPluginAccessor()
           
 

Uses of PluginAccessor in com.atlassian.plugin.manager
 

Classes in com.atlassian.plugin.manager that implement PluginAccessor
 class DefaultPluginManager
          This implementation delegates the initiation and classloading of plugins to a list of PluginLoaders and records the state of plugins in a PluginPersistentStateStore.
 

Uses of PluginAccessor in com.atlassian.plugin.osgi.bridge
 

Constructors in com.atlassian.plugin.osgi.bridge with parameters of type PluginAccessor
PluginRetrievalServiceFactory(PluginAccessor pluginAccessor)
           
 

Uses of PluginAccessor in com.atlassian.plugin.predicate
 

Constructors in com.atlassian.plugin.predicate with parameters of type PluginAccessor
EnabledModulePredicate(PluginAccessor pluginAccessor)
           
EnabledPluginPredicate(PluginAccessor pluginAccessor)
           
 

Uses of PluginAccessor in com.atlassian.plugin.tracker
 

Constructors in com.atlassian.plugin.tracker with parameters of type PluginAccessor
DefaultPluginModuleTracker(PluginAccessor pluginAccessor, PluginEventManager pluginEventManager, Class<T> moduleDescriptorClass)
           
DefaultPluginModuleTracker(PluginAccessor pluginAccessor, PluginEventManager pluginEventManager, Class<T> moduleDescriptorClass, PluginModuleTracker.Customizer<M,T> pluginModuleTrackerCustomizer)
           
 

Uses of PluginAccessor in com.atlassian.plugin.web
 

Methods in com.atlassian.plugin.web with parameters of type PluginAccessor
 void DefaultWebInterfaceManager.setPluginAccessor(PluginAccessor pluginAccessor)
           
 

Constructors in com.atlassian.plugin.web with parameters of type PluginAccessor
DefaultWebInterfaceManager(PluginAccessor pluginAccessor, WebFragmentHelper webFragmentHelper)
           
 

Uses of PluginAccessor in com.atlassian.plugin.web.model
 

Constructors in com.atlassian.plugin.web.model with parameters of type PluginAccessor
AbstractWebPanel(PluginAccessor pluginAccessor)
           
EmbeddedTemplateWebPanel(PluginAccessor pluginAccessor)
           
ResourceTemplateWebPanel(PluginAccessor pluginAccessor)
           
 

Uses of PluginAccessor in com.atlassian.plugin.webresource
 

Methods in com.atlassian.plugin.webresource that return PluginAccessor
 PluginAccessor WebResourceIntegration.getPluginAccessor()
          Applications must implement this method to get access to the application's PluginAccessor
 



Copyright © 2010 Atlassian. All Rights Reserved.