|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.jira.mock.plugin.MockModuleDescriptor<T>
com.atlassian.jira.plugin.MockJiraResourcedModuleDescriptor<T>
public abstract class MockJiraResourcedModuleDescriptor<T>
| Constructor Summary | |
|---|---|
MockJiraResourcedModuleDescriptor(Class<T> type)
|
|
MockJiraResourcedModuleDescriptor(Class<T> type,
com.atlassian.plugin.Plugin plugin,
String key)
|
|
| Method Summary | |
|---|---|
String |
getHtml(String resourceName)
|
String |
getHtml(String resourceName,
Map<String,?> startingParams)
|
I18nHelper |
getI18nBean()
|
void |
writeHtml(String resourceName,
Map<String,?> startingParams,
Writer writer)
|
| Methods inherited from class com.atlassian.jira.mock.plugin.MockModuleDescriptor |
|---|
createHelpResource, createI18nResource, destroy, destroy, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getName, getParams, getPlugin, getPluginKey, getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation, init, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion, setKey, setPlugin |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.atlassian.plugin.ModuleDescriptor |
|---|
destroy, 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 |
| Constructor Detail |
|---|
public MockJiraResourcedModuleDescriptor(Class<T> type)
public MockJiraResourcedModuleDescriptor(Class<T> type,
com.atlassian.plugin.Plugin plugin,
String key)
| Method Detail |
|---|
public 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>IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||