public class

DescriptionBlockContentRenderingInstructionsProvider

extends Object
implements ContentRenderingInstructionsProvider
java.lang.Object
   ↳ com.atlassian.jira.plugin.viewissue.DescriptionBlockContentRenderingInstructionsProvider

Summary

Public Constructors
DescriptionBlockContentRenderingInstructionsProvider()
Public Methods
ContentRenderingInstruction getInstruction(Map<StringObject> context)
Provides web component rendering instructions based on the current context.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.web.component.ContentRenderingInstructionsProvider

Public Constructors

public DescriptionBlockContentRenderingInstructionsProvider ()

Public Methods

public ContentRenderingInstruction getInstruction (Map<StringObject> context)

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.

Parameters
context rendering context
Returns
  • web component rendering instruction