public class JiraRendererModuleDescriptorImpl extends AbstractJiraModuleDescriptor<JiraRendererPlugin> implements JiraRendererModuleDescriptor
| Modifier and Type | Field and Description |
|---|---|
static String |
TEMPLATE_NAME_CSS |
static String |
TEMPLATE_NAME_EDIT |
static String |
TEMPLATE_NAME_JS |
static String |
WEB_PANELS_LOCATION |
| Constructor and Description |
|---|
JiraRendererModuleDescriptorImpl(JiraAuthenticationContext authenticationContext,
ApplicationProperties applicationProperties,
com.atlassian.plugin.module.ModuleFactory moduleFactory,
ModuleWebComponent moduleWebComponent,
com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager,
IssueManager issueManager) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCss() |
String |
getEditVM(String value,
String issueKey,
String rendererType,
String fieldId,
String fieldName,
Map params,
boolean singleLine)
This render an editable input field for the given values based on the edit template provided for the renderer.
|
String |
getJavaScript(String contextPath) |
void |
init(com.atlassian.plugin.Plugin plugin,
org.dom4j.Element element) |
boolean |
isCSSTemplateExists() |
boolean |
isEditTemplateExists() |
boolean |
isJavaScriptTemplateExists() |
assertResourceExists, createModule, createVelocityParams, disabled, enabled, getAuthenticationContext, getClassLoader, getDescription, getHtml, getHtml, getI18nBean, getModule, getName, getText, getText, isResourceExist, writeHtmlassertModuleClassImplements, checkPermissions, destroy, destroy, equals, getCompleteKey, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getModuleClassName, getParams, getPlugin, getPluginKey, getRequiredPermissions, getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation, getScopeKey, hashCode, isBroken, isEnabled, isEnabledByDefault, isSingleton, isSingletonByDefault, isSystemModule, loadClass, loadClass, provideValidationRules, satisfiesMinJavaVersion, setBroken, setPlugin, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetHtml, getHtml, getI18nBean, writeHtmldestroy, destroy, equals, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModule, getModuleClass, getName, getParams, getPlugin, getPluginKey, hashCode, isBroken, isEnabled, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion, setBrokenpublic static final String TEMPLATE_NAME_CSS
public static final String TEMPLATE_NAME_JS
public static final String TEMPLATE_NAME_EDIT
public static final String WEB_PANELS_LOCATION
public JiraRendererModuleDescriptorImpl(JiraAuthenticationContext authenticationContext, ApplicationProperties applicationProperties, com.atlassian.plugin.module.ModuleFactory moduleFactory, ModuleWebComponent moduleWebComponent, com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager, IssueManager issueManager)
public void init(com.atlassian.plugin.Plugin plugin,
org.dom4j.Element element)
throws com.atlassian.plugin.PluginParseException
init in interface com.atlassian.plugin.ModuleDescriptor<JiraRendererPlugin>init in class AbstractJiraModuleDescriptor<JiraRendererPlugin>com.atlassian.plugin.PluginParseExceptionpublic String getCss()
getCss in interface JiraRendererModuleDescriptorpublic String getJavaScript(String contextPath)
getJavaScript in interface JiraRendererModuleDescriptorpublic String getEditVM(String value, String issueKey, String rendererType, String fieldId, String fieldName, Map params, boolean singleLine)
getEditVM in interface JiraRendererModuleDescriptorpublic boolean isCSSTemplateExists()
isCSSTemplateExists in interface JiraRendererModuleDescriptorpublic boolean isJavaScriptTemplateExists()
isJavaScriptTemplateExists in interface JiraRendererModuleDescriptorpublic boolean isEditTemplateExists()
isEditTemplateExists in interface JiraRendererModuleDescriptorCopyright © 2002-2017 Atlassian. All Rights Reserved.