Class DescriptionBlockContentRenderingInstructionsProvider
java.lang.Object
com.atlassian.jira.plugin.viewissue.DescriptionBlockContentRenderingInstructionsProvider
- All Implemented Interfaces:
ContentRenderingInstructionsProvider
public class DescriptionBlockContentRenderingInstructionsProvider
extends Object
implements ContentRenderingInstructionsProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetInstruction
(Map<String, Object> context) Provides web component rendering instructions based on the current context.
-
Constructor Details
-
DescriptionBlockContentRenderingInstructionsProvider
public DescriptionBlockContentRenderingInstructionsProvider()
-
-
Method Details
-
getInstruction
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 interfaceContentRenderingInstructionsProvider
- Parameters:
context
- rendering context- Returns:
- web component rendering instruction
-