public class IssueLinkRendererModuleDescriptorImpl extends AbstractJiraModuleDescriptor<IssueLinkRenderer> implements IssueLinkRendererModuleDescriptor
IssueLinkRendererModuleDescriptor.| Modifier and Type | Field and Description |
|---|---|
static String |
FINAL_VIEW_RESOURCE_NAME |
static String |
INITIAL_VIEW_RESOURCE_NAME |
static String |
XML_ELEMENT_NAME |
| Constructor and Description |
|---|
IssueLinkRendererModuleDescriptorImpl(JiraAuthenticationContext authenticationContext,
com.atlassian.plugin.module.ModuleFactory moduleFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
enabled() |
boolean |
equals(Object obj) |
String |
getFinalHtml(RemoteIssueLink remoteIssueLink)
Returns the final HTML to place between the relationship text and the delete icon.
|
String |
getInitialHtml(RemoteIssueLink remoteIssueLink)
Returns the initial HTML to place between the relationship text and the delete icon.
|
boolean |
handlesApplicationType(String applicationType)
Returns true if the module descriptor can handle the application type.
|
int |
hashCode() |
void |
init(com.atlassian.plugin.Plugin plugin,
org.dom4j.Element element) |
boolean |
isDefaultHandler()
Returns true if the module descriptor is the default handler for issue links.
|
protected void |
provideValidationRules(com.atlassian.plugin.util.validation.ValidationPattern pattern) |
assertResourceExists, createModule, createVelocityParams, disabled, getAuthenticationContext, getClassLoader, getDescription, getHtml, getHtml, getI18nBean, getModule, getName, getText, getText, isResourceExist, writeHtmlassertModuleClassImplements, checkPermissions, destroy, destroy, getCompleteKey, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getModuleClassName, getParams, getPlugin, getPluginKey, getRequiredPermissions, getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation, getScopeKey, isBroken, isEnabled, isEnabledByDefault, isSingleton, isSingletonByDefault, isSystemModule, loadClass, loadClass, satisfiesMinJavaVersion, setBroken, setPlugin, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetHtml, getHtml, getI18nBean, writeHtmldestroy, destroy, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModule, getModuleClass, getName, getParams, getPlugin, getPluginKey, isBroken, isEnabled, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion, setBrokenpublic static final String XML_ELEMENT_NAME
public static final String INITIAL_VIEW_RESOURCE_NAME
public static final String FINAL_VIEW_RESOURCE_NAME
public IssueLinkRendererModuleDescriptorImpl(JiraAuthenticationContext authenticationContext, com.atlassian.plugin.module.ModuleFactory moduleFactory)
public void init(com.atlassian.plugin.Plugin plugin,
org.dom4j.Element element)
throws com.atlassian.plugin.PluginParseException
init in interface com.atlassian.plugin.ModuleDescriptor<IssueLinkRenderer>init in class AbstractJiraModuleDescriptor<IssueLinkRenderer>com.atlassian.plugin.PluginParseExceptionpublic void enabled()
enabled in interface com.atlassian.plugin.StateAwareenabled in class AbstractJiraModuleDescriptor<IssueLinkRenderer>protected void provideValidationRules(com.atlassian.plugin.util.validation.ValidationPattern pattern)
provideValidationRules in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<IssueLinkRenderer>public boolean isDefaultHandler()
IssueLinkRendererModuleDescriptorisDefaultHandler in interface IssueLinkRendererModuleDescriptorpublic boolean handlesApplicationType(String applicationType)
IssueLinkRendererModuleDescriptorIssueLinkRendererModuleDescriptor.isDefaultHandler().handlesApplicationType in interface IssueLinkRendererModuleDescriptorapplicationType - application type to handlepublic String getInitialHtml(RemoteIssueLink remoteIssueLink)
IssueLinkRendererModuleDescriptorgetInitialHtml in interface IssueLinkRendererModuleDescriptorremoteIssueLink - remote issue linkpublic String getFinalHtml(RemoteIssueLink remoteIssueLink)
IssueLinkRendererModuleDescriptorgetFinalHtml in interface IssueLinkRendererModuleDescriptorremoteIssueLink - remote issue linkpublic boolean equals(Object obj)
equals in interface com.atlassian.plugin.ModuleDescriptor<IssueLinkRenderer>equals in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<IssueLinkRenderer>public int hashCode()
hashCode in interface com.atlassian.plugin.ModuleDescriptor<IssueLinkRenderer>hashCode in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<IssueLinkRenderer>Copyright © 2002-2018 Atlassian. All Rights Reserved.