com.atlassian.jira.dev.functest.renderer
Class FuncTestRendererComponentFactory

java.lang.Object
  extended by com.atlassian.jira.dev.functest.renderer.FuncTestRendererComponentFactory
All Implemented Interfaces:
com.atlassian.renderer.v2.components.PluggableRendererComponentFactory

public class FuncTestRendererComponentFactory
extends Object
implements com.atlassian.renderer.v2.components.PluggableRendererComponentFactory

Renderer component factory that uses RenderContext.addRenderedContent

Since:
v4.4

Constructor Summary
FuncTestRendererComponentFactory()
           
 
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

FuncTestRendererComponentFactory

public FuncTestRendererComponentFactory()
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-2012 Atlassian. All Rights Reserved.