com.atlassian.jira.plugin.viewissue
Class DescriptionBlockContentRenderingInstructionsProvider

java.lang.Object
  extended by com.atlassian.jira.plugin.viewissue.DescriptionBlockContentRenderingInstructionsProvider
All Implemented Interfaces:
ContentRenderingInstructionsProvider

public class DescriptionBlockContentRenderingInstructionsProvider
extends Object
implements ContentRenderingInstructionsProvider


Constructor Summary
DescriptionBlockContentRenderingInstructionsProvider()
           
 
Method Summary
 ContentRenderingInstruction getInstruction(Map<String,Object> context)
          Provides web component rendering instructions based on the current context.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DescriptionBlockContentRenderingInstructionsProvider

public DescriptionBlockContentRenderingInstructionsProvider()
Method Detail

getInstruction

public ContentRenderingInstruction getInstruction(Map<String,Object> context)
Description copied from interface: ContentRenderingInstructionsProvider
Provides web component rendering instructions based on the current context. The context is the same which would be passed to the web component context provider during this rendering cycle.

Specified by:
getInstruction in interface ContentRenderingInstructionsProvider
Parameters:
context - rendering context
Returns:
web component rendering instruction


Copyright © 2002-2013 Atlassian. All Rights Reserved.