Class Overview
This module descriptor allows for plugins to include webwork actions inside plugins.
The XML looks something like this:
<webwork key="webwork-test" name="Test webwork plugin" >
<actions>
<action name="PluginActionClassName" alias="PluginAction">
<view name="success">/views/administrators.vm</view>
</action>
</actions>
</webwork>
Summary
Fields |
public
static
final
Logger |
log |
|
[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(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
com.atlassian.jira.plugin.JiraResourcedModuleDescriptor
|
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
|
isBroken()
|
boolean
|
isEnabled()
|
boolean
|
isEnabledByDefault()
|
boolean
|
isSystemModule()
|
boolean
|
satisfiesMinJavaVersion()
|
void
|
setBroken()
|
|
From interface
com.atlassian.plugin.Resourced
|
From interface
com.atlassian.plugin.StateAware
void
|
disabled()
|
void
|
enabled()
|
|
From interface
webwork.config.ConfigurationInterface
|
Fields
public
static
final
Logger
log
Public Constructors
Public Methods
public
Document
getWebworkDocument
()
public
void
init
(Plugin plugin, Element element)