Class ClassPrefixModuleFactory

java.lang.Object
com.atlassian.plugin.module.ClassPrefixModuleFactory
All Implemented Interfaces:
ModuleFactory, PrefixModuleFactory

public class ClassPrefixModuleFactory extends Object implements PrefixModuleFactory
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. The returned bean class should have all constructor dependencies injected. However it is the containers responsibility to inject the dependencies.

The ClassModuleFactory expects the fully qualified name of the java class.

Since:
2.5.0