Class ReferenceRendererComponentFactory

java.lang.Object
com.atlassian.jira.dev.reference.plugin.renderer.ReferenceRendererComponentFactory
All Implemented Interfaces:
com.atlassian.renderer.v2.components.PluggableRendererComponentFactory

public class ReferenceRendererComponentFactory extends Object implements com.atlassian.renderer.v2.components.PluggableRendererComponentFactory
Reference renderer component factory. Provides simple PhraseRendererComponent that makes the phrase enclosed by '=' red.
Since:
v4.4
  • Constructor Details

    • ReferenceRendererComponentFactory

      public ReferenceRendererComponentFactory()
  • 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