com.atlassian.jira.plugin.comment
Interface CommentFieldRendererModuleDescriptor

All Superinterfaces:
com.atlassian.plugin.web.descriptors.ConditionalDescriptor, com.atlassian.plugin.web.descriptors.ContextAware, com.atlassian.plugin.ModuleDescriptor<Void>, com.atlassian.plugin.Resourced, com.atlassian.plugin.StateAware, com.atlassian.plugin.web.descriptors.WebFragmentModuleDescriptor<Void>, com.atlassian.plugin.web.descriptors.WeightedDescriptor
All Known Implementing Classes:
CommentFieldRendererModuleDescriptorImpl

public interface CommentFieldRendererModuleDescriptor
extends com.atlassian.plugin.web.descriptors.WebFragmentModuleDescriptor<Void>

Module which allows to replace the system rendering of comments.

Since:
6.2

Field Summary
static String TEMPLATE_NAME_EDIT
           
static String TEMPLATE_NAME_ISSUE_EDIT
           
static String TEMPLATE_NAME_ISSUE_VIEW
           
static String TEMPLATE_NAME_VIEW
           
 
Method Summary
 com.atlassian.fugue.Option<String> getFieldEditHtml(Map<String,Object> context)
           
 com.atlassian.fugue.Option<String> getFieldViewHtml(Map<String,Object> context)
           
 com.atlassian.fugue.Option<String> getIssuePageEditHtml(Map<String,Object> context)
           
 com.atlassian.fugue.Option<String> getIssuePageViewHtml(Map<String,Object> context)
           
 
Methods inherited from interface com.atlassian.plugin.web.descriptors.WebFragmentModuleDescriptor
getCondition, getTooltip, getWebLabel, getWebParams, getWeight
 
Methods inherited from interface com.atlassian.plugin.ModuleDescriptor
destroy, destroy, equals, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModule, getModuleClass, getName, getParams, getPlugin, getPluginKey, hashCode, init, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion
 
Methods inherited from interface com.atlassian.plugin.Resourced
getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation
 
Methods inherited from interface com.atlassian.plugin.StateAware
disabled, enabled
 
Methods inherited from interface com.atlassian.plugin.web.descriptors.ContextAware
getContextProvider
 

Field Detail

TEMPLATE_NAME_VIEW

static final String TEMPLATE_NAME_VIEW
See Also:
Constant Field Values

TEMPLATE_NAME_EDIT

static final String TEMPLATE_NAME_EDIT
See Also:
Constant Field Values

TEMPLATE_NAME_ISSUE_VIEW

static final String TEMPLATE_NAME_ISSUE_VIEW
See Also:
Constant Field Values

TEMPLATE_NAME_ISSUE_EDIT

static final String TEMPLATE_NAME_ISSUE_EDIT
See Also:
Constant Field Values
Method Detail

getFieldEditHtml

com.atlassian.fugue.Option<String> getFieldEditHtml(Map<String,Object> context)

getFieldViewHtml

com.atlassian.fugue.Option<String> getFieldViewHtml(Map<String,Object> context)

getIssuePageEditHtml

com.atlassian.fugue.Option<String> getIssuePageEditHtml(Map<String,Object> context)

getIssuePageViewHtml

com.atlassian.fugue.Option<String> getIssuePageViewHtml(Map<String,Object> context)


Copyright © 2002-2014 Atlassian. All Rights Reserved.