Class Overview
Looks for content link resolvers that allow plugins to customise handing of content links
Summary
[Expand]
Inherited Fields |
From class
com.atlassian.plugin.descriptors.AbstractModuleDescriptor
|
[Expand]
Inherited Methods |
From class
com.atlassian.jira.plugin.AbstractJiraModuleDescriptor
void
|
assertResourceExists(String type, String name)
|
T
|
createModule()
Creates an instance of the Module.
|
Map<String, Object>
|
createVelocityParams(Map<String, Object> startingParams)
|
void
|
disabled()
|
void
|
enabled()
|
JiraAuthenticationContext
|
getAuthenticationContext()
|
ClassLoader
|
getClassLoader()
|
String
|
getDescription()
|
String
|
getHtml(String resourceName, Map<String, ?> startingParams)
|
String
|
getHtml(String resourceName)
|
I18nHelper
|
getI18nBean()
|
T
|
getModule()
|
String
|
getName()
|
String
|
getText(String key, Object params)
|
@Deprecated
String
|
getText(String key)
This method is deprecated.
Please use i18nBean.getText() instead. Since 5.0
|
void
|
init(Plugin plugin, Element element)
|
boolean
|
isResourceExist(String resourceName)
|
void
|
writeHtml(String resourceName, Map<String, ?> startingParams, Writer writer)
|
|
From class
com.atlassian.plugin.descriptors.AbstractModuleDescriptor
|
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
From interface
com.atlassian.jira.plugin.JiraResourcedModuleDescriptor
|
From interface
com.atlassian.jira.plugin.OrderableModuleDescriptor
|
From interface
com.atlassian.plugin.ModuleDescriptor
void
|
destroy()
|
void
|
destroy(Plugin arg0)
|
boolean
|
equals(Object arg0)
|
String
|
getCompleteKey()
|
String
|
getDescription()
|
String
|
getDescriptionKey()
|
String
|
getI18nNameKey()
|
String
|
getKey()
|
Float
|
getMinJavaVersion()
|
T
|
getModule()
|
Class<T>
|
getModuleClass()
|
String
|
getName()
|
Map<String, String>
|
getParams()
|
Plugin
|
getPlugin()
|
String
|
getPluginKey()
|
int
|
hashCode()
|
void
|
init(Plugin arg0, Element arg1)
|
boolean
|
isEnabledByDefault()
|
boolean
|
isSystemModule()
|
boolean
|
satisfiesMinJavaVersion()
|
|
From interface
com.atlassian.plugin.Resourced
|
From interface
com.atlassian.plugin.StateAware
void
|
disabled()
|
void
|
enabled()
|
|
Public Constructors
Public Methods
public
String
getHelpSection
()
public
boolean
hasHelp
()
public
void
init
(Plugin plugin, Element element)