com.atlassian.jira.plugin.viewissue
Class AttachmentBlockContentRenderingInstructionsProvider

java.lang.Object
  extended by com.atlassian.jira.plugin.viewissue.AttachmentBlockContentRenderingInstructionsProvider
All Implemented Interfaces:
ContentRenderingInstructionsProvider

public class AttachmentBlockContentRenderingInstructionsProvider
extends Object
implements ContentRenderingInstructionsProvider


Constructor Summary
AttachmentBlockContentRenderingInstructionsProvider(AttachmentManager attachmentManager, AttachmentBlockContextHelper helper, JiraAuthenticationContext authenticationContext)
           
 
Method Summary
 ContentRenderingInstruction getInstruction(Map<String,Object> context)
          Provides web component rendering instructions based on the current context.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttachmentBlockContentRenderingInstructionsProvider

public AttachmentBlockContentRenderingInstructionsProvider(AttachmentManager attachmentManager,
                                                           AttachmentBlockContextHelper helper,
                                                           JiraAuthenticationContext authenticationContext)
Method Detail

getInstruction

public ContentRenderingInstruction getInstruction(Map<String,Object> context)
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 interface ContentRenderingInstructionsProvider
Parameters:
context - rendering context
Returns:
web component rendering instruction


Copyright © 2002-2014 Atlassian. All Rights Reserved.