|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.plugin.descriptors.AbstractModuleDescriptor<T> com.atlassian.jira.plugin.AbstractJiraModuleDescriptor<JiraRendererPlugin> com.atlassian.jira.plugin.renderer.JiraRendererModuleDescriptorImpl
public class JiraRendererModuleDescriptorImpl
Descriptor that defines a JiraRendererModule.
Field Summary | |
---|---|
static String |
TEMPLATE_NAME_CSS
|
static String |
TEMPLATE_NAME_EDIT
|
static String |
TEMPLATE_NAME_JS
|
Fields inherited from class com.atlassian.jira.plugin.AbstractJiraModuleDescriptor |
---|
RESOURCE_TYPE_I18N |
Fields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor |
---|
moduleClass, moduleClassName, plugin, resources, singleton |
Constructor Summary | |
---|---|
JiraRendererModuleDescriptorImpl(JiraAuthenticationContext authenticationContext,
ApplicationProperties applicationProperties,
com.atlassian.plugin.module.ModuleFactory moduleFactory)
|
Method Summary | |
---|---|
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()
|
Methods inherited from class com.atlassian.jira.plugin.AbstractJiraModuleDescriptor |
---|
assertResourceExists, createModule, createVelocityParams, disabled, enabled, getAuthenticationContext, getClassLoader, getDescription, getHtml, getHtml, getI18nBean, getModule, getName, getText, getText, init, isResourceExist |
Methods inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor |
---|
assertModuleClassImplements, destroy, equals, getCompleteKey, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getParams, getPlugin, getPluginKey, getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation, hashCode, isEnabledByDefault, isSingleton, isSingletonByDefault, isSystemModule, loadClass, loadClass, provideValidationRules, satisfiesMinJavaVersion, setPlugin, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.atlassian.jira.plugin.JiraResourcedModuleDescriptor |
---|
getHtml, getHtml, getI18nBean |
Methods inherited from interface com.atlassian.plugin.ModuleDescriptor |
---|
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 |
Field Detail |
---|
public static final String TEMPLATE_NAME_CSS
public static final String TEMPLATE_NAME_JS
public static final String TEMPLATE_NAME_EDIT
Constructor Detail |
---|
public JiraRendererModuleDescriptorImpl(JiraAuthenticationContext authenticationContext, ApplicationProperties applicationProperties, com.atlassian.plugin.module.ModuleFactory moduleFactory)
Method Detail |
---|
public String getCss()
getCss
in interface JiraRendererModuleDescriptor
public String getJavaScript(String contextPath)
getJavaScript
in interface JiraRendererModuleDescriptor
public String getEditVM(String value, String issueKey, String rendererType, String fieldId, String fieldName, Map params, boolean singleLine)
getEditVM
in interface JiraRendererModuleDescriptor
public boolean isCSSTemplateExists()
isCSSTemplateExists
in interface JiraRendererModuleDescriptor
public boolean isJavaScriptTemplateExists()
isJavaScriptTemplateExists
in interface JiraRendererModuleDescriptor
public boolean isEditTemplateExists()
isEditTemplateExists
in interface JiraRendererModuleDescriptor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |