|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ModuleFactory in com.atlassian.plugin.descriptors |
|---|
| Fields in com.atlassian.plugin.descriptors declared as ModuleFactory | |
|---|---|
protected ModuleFactory |
AbstractModuleDescriptor.moduleFactory
|
| Constructors in com.atlassian.plugin.descriptors with parameters of type ModuleFactory | |
|---|---|
AbstractModuleDescriptor(ModuleFactory moduleFactory)
|
|
| Uses of ModuleFactory in com.atlassian.plugin.eventlistener.descriptors |
|---|
| Constructors in com.atlassian.plugin.eventlistener.descriptors with parameters of type ModuleFactory | |
|---|---|
EventListenerModuleDescriptor(ModuleFactory moduleFactory,
com.atlassian.event.api.EventPublisher eventPublisher)
|
|
| Uses of ModuleFactory in com.atlassian.plugin.module |
|---|
| Subinterfaces of ModuleFactory in com.atlassian.plugin.module | |
|---|---|
interface |
PrefixModuleFactory
A module factory that is matched when its prefix is matched, and therefore, relies an a delegating module factory that determines the prefix somehow. |
| Classes in com.atlassian.plugin.module that implement ModuleFactory | |
|---|---|
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. |
class |
HostContainerLegacyAdaptor
Legacy module factory that uses the ContainerManagedPlugin to create beans |
class |
LegacyModuleFactory
Legacy module factory that provides module classes for descriptors that aren't using an injected ModuleFactory |
class |
PrefixDelegatingModuleFactory
The default implementation of a ModuleFactory. |
| Fields in com.atlassian.plugin.module declared as ModuleFactory | |
|---|---|
static ModuleFactory |
ModuleFactory.LEGACY_MODULE_FACTORY
Returns the module class. |
| Methods in com.atlassian.plugin.module that return ModuleFactory | |
|---|---|
protected ModuleFactory |
PrefixDelegatingModuleFactory.getModuleFactoryForPrefix(com.atlassian.plugin.module.PrefixDelegatingModuleFactory.ModuleReference moduleReference,
ModuleDescriptor<?> moduleDescriptor)
Returns the module factory for a prefix, first using registered prefixes, then any from the plugin's container. |
| Uses of ModuleFactory in com.atlassian.plugin.osgi.module |
|---|
| Classes in com.atlassian.plugin.osgi.module that implement ModuleFactory | |
|---|---|
class |
BeanPrefixModuleFactory
The BeanModuleFactory creates a java bean for the given module class by resolving the name to bean reference. |
| Uses of ModuleFactory in com.atlassian.plugin.schema.impl |
|---|
| Constructors in com.atlassian.plugin.schema.impl with parameters of type ModuleFactory | |
|---|---|
DescribedModuleTypeModuleDescriptor(ModuleFactory moduleFactory)
|
|
| Uses of ModuleFactory in com.atlassian.plugin.servlet.descriptors |
|---|
| Constructors in com.atlassian.plugin.servlet.descriptors with parameters of type ModuleFactory | |
|---|---|
BaseServletModuleDescriptor(ModuleFactory moduleCreator)
|
|
ServletContextListenerModuleDescriptor(ModuleFactory moduleFactory)
|
|
ServletFilterModuleDescriptor(ModuleFactory moduleFactory,
ServletModuleManager servletModuleManager)
Creates a descriptor that uses a module class factory to create instances. |
|
ServletModuleDescriptor(ModuleFactory moduleFactory,
ServletModuleManager servletModuleManager)
Creates a descriptor that uses a module factory to create instances |
|
| Uses of ModuleFactory in com.atlassian.plugin.servlet.download.plugin |
|---|
| Constructors in com.atlassian.plugin.servlet.download.plugin with parameters of type ModuleFactory | |
|---|---|
DownloadStrategyModuleDescriptor(ModuleFactory moduleCreator)
Creates a download strategy. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||