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 |
| Constructor and Description |
|---|
JiraRendererModuleDescriptorImpl(JiraAuthenticationContext authenticationContext,
ApplicationProperties applicationProperties,
com.atlassian.plugin.module.ModuleFactory moduleFactory) |
| 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) |
boolean |
isCSSTemplateExists() |
boolean |
isEditTemplateExists() |
boolean |
isJavaScriptTemplateExists() |
assertResourceExists, createModule, createVelocityParams, disabled, enabled, getAuthenticationContext, getClassLoader, getDescription, getHtml, getHtml, getI18nBean, getModule, getName, getText, getText, init, isResourceExist, writeHtmlassertModuleClassImplements, checkPermissions, destroy, destroy, equals, getCompleteKey, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getModuleClassName, getParams, getPlugin, getPluginKey, getRequiredPermissions, getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation, 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, init, 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 JiraRendererModuleDescriptorImpl(JiraAuthenticationContext authenticationContext, ApplicationProperties applicationProperties, com.atlassian.plugin.module.ModuleFactory moduleFactory)
public 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-2016 Atlassian. All Rights Reserved.