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
 ContentRenderingInstruction getInstruction(Map<String,Object> context)
          Provides web component rendering instructions based on the current context.
 

Method Detail

getInstruction

ContentRenderingInstruction getInstruction(Map<String,Object> 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


Copyright © 2002-2013 Atlassian. All Rights Reserved.