public interface

ContentRenderingInstructionsProvider

com.atlassian.jira.web.component.ContentRenderingInstructionsProvider
Known Indirect Subclasses

Class Overview

Provides web component rendering instructions based on the current context.

Summary

Public Methods
ContentRenderingInstruction getInstruction(Map<StringObject> context)
Provides web component rendering instructions based on the current context.

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