Class BlockRendererComponentFactory

java.lang.Object
com.atlassian.jira.plugin.renderercomponent.BlockRendererComponentFactory
All Implemented Interfaces:
com.atlassian.renderer.v2.components.PluggableRendererComponentFactory

public class BlockRendererComponentFactory 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 Details

    • BlockRendererComponentFactory

      public BlockRendererComponentFactory(com.atlassian.renderer.v2.V2SubRenderer subRenderer)
  • Method Details

    • init

      public void init(com.atlassian.plugin.ModuleDescriptor moduleDescriptor) throws com.atlassian.plugin.PluginParseException
      Specified by:
      init in interface com.atlassian.renderer.v2.components.PluggableRendererComponentFactory
      Throws:
      com.atlassian.plugin.PluginParseException
    • getRendererComponent

      public com.atlassian.renderer.v2.components.RendererComponent getRendererComponent()
      Specified by:
      getRendererComponent in interface com.atlassian.renderer.v2.components.PluggableRendererComponentFactory