|
||||||||||
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.JiraResourcedModuleDescriptor<JiraRendererPlugin> com.atlassian.jira.plugin.renderer.JiraRendererModuleDescriptor
public class JiraRendererModuleDescriptor
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.JiraResourcedModuleDescriptor |
---|
RESOURCE_TYPE_I18N |
Fields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor |
---|
moduleClass, moduleClassName, plugin, resources, singleton |
Constructor Summary | |
---|---|
JiraRendererModuleDescriptor(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.JiraResourcedModuleDescriptor |
---|
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 |
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 JiraRendererModuleDescriptor(JiraAuthenticationContext authenticationContext, ApplicationProperties applicationProperties, com.atlassian.plugin.module.ModuleFactory moduleFactory)
Method Detail |
---|
public String getCss()
public String getJavaScript(String contextPath)
public String getEditVM(String value, String issueKey, String rendererType, String fieldId, String fieldName, Map params, boolean singleLine)
public boolean isCSSTemplateExists()
public boolean isJavaScriptTemplateExists()
public boolean isEditTemplateExists()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |