Class PhraseRendererComponentFactory
java.lang.Object
com.atlassian.jira.plugin.renderercomponent.PhraseRendererComponentFactory
- All Implemented Interfaces:
com.atlassian.renderer.v2.components.PluggableRendererComponentFactory
public class PhraseRendererComponentFactory
extends Object
implements com.atlassian.renderer.v2.components.PluggableRendererComponentFactory
Simple component factory that loads a renderer component specified as a parameter in the plugin descriptor.
- Since:
- v3.12
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.atlassian.renderer.v2.components.RendererComponent
void
init
(com.atlassian.plugin.ModuleDescriptor moduleDescriptor)
-
Constructor Details
-
PhraseRendererComponentFactory
public PhraseRendererComponentFactory()
-
-
Method Details
-
init
public void init(com.atlassian.plugin.ModuleDescriptor moduleDescriptor) throws com.atlassian.plugin.PluginParseException - Specified by:
init
in interfacecom.atlassian.renderer.v2.components.PluggableRendererComponentFactory
- Throws:
com.atlassian.plugin.PluginParseException
-
getRendererComponent
public com.atlassian.renderer.v2.components.RendererComponent getRendererComponent()- Specified by:
getRendererComponent
in interfacecom.atlassian.renderer.v2.components.PluggableRendererComponentFactory
-