public abstract class MockJiraResourcedModuleDescriptor<T> extends MockModuleDescriptor<T> implements JiraResourcedModuleDescriptor<T>
| Constructor and Description |
|---|
MockJiraResourcedModuleDescriptor(Class<T> type) |
MockJiraResourcedModuleDescriptor(Class<T> type,
com.atlassian.plugin.Plugin plugin,
String key) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHtml(String resourceName) |
String |
getHtml(String resourceName,
Map<String,?> startingParams) |
I18nHelper |
getI18nBean() |
boolean |
isEnabled() |
void |
writeHtml(String resourceName,
Map<String,?> startingParams,
Writer writer) |
createHelpResource, createI18nResource, destroy, destroy, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getName, getParams, getPlugin, getPluginKey, getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation, init, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion, setKey, setPluginclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdestroy, destroy, equals, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModule, getModuleClass, getName, getParams, getPlugin, getPluginKey, hashCode, init, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersionpublic I18nHelper getI18nBean()
getI18nBean in interface JiraResourcedModuleDescriptor<T>public String getHtml(String resourceName)
getHtml in interface JiraResourcedModuleDescriptor<T>public String getHtml(String resourceName, Map<String,?> startingParams)
getHtml in interface JiraResourcedModuleDescriptor<T>public void writeHtml(String resourceName, Map<String,?> startingParams, Writer writer) throws IOException
writeHtml in interface JiraResourcedModuleDescriptor<T>IOExceptionpublic boolean isEnabled()
isEnabled in interface com.atlassian.plugin.ModuleDescriptor<T>Copyright © 2002-2015 Atlassian. All Rights Reserved.