Package com.atlassian.jira.web.component
Interface ContentRenderingInstructionsProvider
- All Known Implementing Classes:
AttachmentBlockContentRenderingInstructionsProvider
,DescriptionBlockContentRenderingInstructionsProvider
public interface ContentRenderingInstructionsProvider
Provides web component rendering instructions based on the current context.
-
Method Summary
Modifier and TypeMethodDescriptiongetInstruction
(Map<String, Object> context) Provides web component rendering instructions based on the current context.
-
Method Details
-
getInstruction
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
-