com.atlassian.jira.plugin.renderercomponent
Class BlockRendererComponentFactory

java.lang.Object
  extended by 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 Summary
BlockRendererComponentFactory(com.atlassian.renderer.v2.V2SubRenderer subRenderer)
           
 
Method Summary
 com.atlassian.renderer.v2.components.RendererComponent getRendererComponent()
           
 void init(com.atlassian.plugin.ModuleDescriptor moduleDescriptor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlockRendererComponentFactory

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

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


Copyright © 2002-2014 Atlassian. All Rights Reserved.