Uses of Interface
com.atlassian.plugin.module.PrefixModuleFactory

Packages that use PrefixModuleFactory
com.atlassian.plugin.module   
com.atlassian.plugin.osgi.module   
 

Uses of PrefixModuleFactory in com.atlassian.plugin.module
 

Classes in com.atlassian.plugin.module that implement PrefixModuleFactory
 class ClassPrefixModuleFactory
          The ClassModuleFactory creates a java bean for the given module class by using either the plugins container or the hostcontainer, depending if the plugin implements ContainerManagedPlugin.
 

Methods in com.atlassian.plugin.module with parameters of type PrefixModuleFactory
 void PrefixDelegatingModuleFactory.addPrefixModuleFactory(PrefixModuleFactory prefixModuleFactory)
           
 

Constructor parameters in com.atlassian.plugin.module with type arguments of type PrefixModuleFactory
PrefixDelegatingModuleFactory(Set<PrefixModuleFactory> delegates)
           
 

Uses of PrefixModuleFactory in com.atlassian.plugin.osgi.module
 

Classes in com.atlassian.plugin.osgi.module that implement PrefixModuleFactory
 class BeanPrefixModuleFactory
          The SpringBeanModuleFactory creates a java bean for the given module class by resolving the name to spring bean reference.
 



Copyright © 2010 Atlassian. All Rights Reserved.