public class CommentFieldRendererModuleDescriptorImpl extends com.atlassian.plugin.web.descriptors.AbstractWebFragmentModuleDescriptor<Void> implements CommentFieldRendererModuleDescriptor
condition, contextProvider, element, label, params, tooltip, webInterfaceManager, weight
key, moduleClass, moduleClassName, moduleFactory, name, plugin
TEMPLATE_NAME_EDIT, TEMPLATE_NAME_HEADER_VIEW, TEMPLATE_NAME_ISSUE_EDIT, TEMPLATE_NAME_ISSUE_VIEW, TEMPLATE_NAME_VIEW
Constructor and Description |
---|
CommentFieldRendererModuleDescriptorImpl(com.atlassian.plugin.module.ModuleFactory moduleFactory,
com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager,
VelocityTemplatingEngine velocityTemplatingEngine) |
Modifier and Type | Method and Description |
---|---|
io.atlassian.fugue.Option<String> |
getFieldEditHtml(Map<String,Object> context) |
io.atlassian.fugue.Option<String> |
getFieldViewHtml(Map<String,Object> context) |
io.atlassian.fugue.Option<String> |
getHeaderViewHtml(Map<String,Object> context) |
io.atlassian.fugue.Option<String> |
getIssuePageEditHtml(Map<String,Object> context) |
io.atlassian.fugue.Option<String> |
getIssuePageViewHtml(Map<String,Object> context) |
Void |
getModule() |
void |
init(com.atlassian.plugin.Plugin plugin,
org.dom4j.Element element) |
buildConditions, disabled, enabled, equals, getCondition, getContextProvider, getTooltip, getWebLabel, getWebParams, getWeight, hashCode, makeCondition, makeConditions, makeConditions, makeContextProvider, setWebInterfaceManager
assertModuleClassImplements, checkPermissions, destroy, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getModuleClassName, getName, getParams, getPlugin, getPluginKey, getRequiredPermissions, getResourceDescriptor, getResourceDescriptors, getResourceLocation, getScopeKey, isBroken, isEnabled, isEnabledByDefault, isSystemModule, loadClass, provideValidationRules, satisfiesMinJavaVersion, setBroken, setPlugin, toString, validate
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getCondition, getTooltip, getWebLabel, getWebParams, getWeight
destroy, equals, getCompleteKey, getDescription, getDescriptionKey, getDisplayName, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getName, getParams, getPlugin, getPluginKey, hashCode, init, isBroken, isEnabled, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion, setBroken
public CommentFieldRendererModuleDescriptorImpl(com.atlassian.plugin.module.ModuleFactory moduleFactory, com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager, VelocityTemplatingEngine velocityTemplatingEngine)
public void init(com.atlassian.plugin.Plugin plugin, org.dom4j.Element element) throws com.atlassian.plugin.PluginParseException
public io.atlassian.fugue.Option<String> getFieldEditHtml(Map<String,Object> context)
getFieldEditHtml
in interface CommentFieldRendererModuleDescriptor
public io.atlassian.fugue.Option<String> getFieldViewHtml(Map<String,Object> context)
getFieldViewHtml
in interface CommentFieldRendererModuleDescriptor
public io.atlassian.fugue.Option<String> getIssuePageEditHtml(Map<String,Object> context)
getIssuePageEditHtml
in interface CommentFieldRendererModuleDescriptor
public io.atlassian.fugue.Option<String> getIssuePageViewHtml(Map<String,Object> context)
getIssuePageViewHtml
in interface CommentFieldRendererModuleDescriptor
public io.atlassian.fugue.Option<String> getHeaderViewHtml(Map<String,Object> context)
getHeaderViewHtml
in interface CommentFieldRendererModuleDescriptor
Copyright © 2002-2024 Atlassian. All Rights Reserved.