Uses of Interface
com.atlassian.plugin.PluginAccessor

Packages that use PluginAccessor
com.atlassian.plugin   
com.atlassian.plugin.classloader   
com.atlassian.plugin.event.events   
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.predicate   
com.atlassian.plugin.refimpl   
com.atlassian.plugin.refimpl.webresource   
com.atlassian.plugin.web   
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(java.lang.ClassLoader parent, PluginAccessor pluginAccessor)
           
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 PluginFrameworkStartedEvent.getPluginAccessor()
           
 PluginAccessor PluginFrameworkStartingEvent.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)
           
 

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.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.refimpl
 

Methods in com.atlassian.plugin.refimpl that return PluginAccessor
 PluginAccessor ContainerManager.getPluginAccessor()
           
 

Uses of PluginAccessor in com.atlassian.plugin.refimpl.webresource
 

Methods in com.atlassian.plugin.refimpl.webresource that return PluginAccessor
 PluginAccessor SimpleWebResourceIntegration.getPluginAccessor()
           
 

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.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
 

Constructors in com.atlassian.plugin.webresource with parameters of type PluginAccessor
PluginResourceLocatorImpl(PluginAccessor pluginAccessor, ServletContextFactory servletContextFactory)
           
 



Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.