Class XWorkModuleDescriptor
- java.lang.Object
-
- com.atlassian.plugin.descriptors.AbstractModuleDescriptor
-
- com.atlassian.confluence.plugin.descriptor.StrutsModuleDescriptor
-
- com.atlassian.confluence.plugin.descriptor.XWorkModuleDescriptor
-
- All Implemented Interfaces:
com.atlassian.plugin.ModuleDescriptor
,com.atlassian.plugin.Resourced
,com.atlassian.plugin.ScopeAware
,com.atlassian.plugin.StateAware
@Deprecated public class XWorkModuleDescriptor extends StrutsModuleDescriptor
Deprecated.since 8.7.0- See Also:
StrutsModuleDescriptor
-
-
Constructor Summary
Constructors Constructor Description XWorkModuleDescriptor(com.atlassian.plugin.module.ModuleFactory moduleFactory, com.atlassian.event.api.EventPublisher eventPublisher, com.opensymphony.xwork2.config.ConfigurationManager configurationManager, MultipartUploadConfigurator multipartUploadConfigurator, OgnlAllowListConfigurator ognlAllowListConfigurator)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
init(com.atlassian.plugin.Plugin plugin, org.dom4j.Element element)
Deprecated.-
Methods inherited from class com.atlassian.confluence.plugin.descriptor.StrutsModuleDescriptor
disabled, enabled, getModule, parseChildrenPatterns
-
Methods inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
assertModuleClassImplements, checkPermissions, destroy, equals, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getModuleClassName, getName, getParams, getPlugin, getPluginKey, getRequiredPermissions, getResourceDescriptor, getResourceDescriptors, getResourceLocation, getScopeKey, hashCode, isBroken, isEnabled, isEnabledByDefault, isSystemModule, loadClass, provideValidationRules, satisfiesMinJavaVersion, setBroken, setPlugin, toString, validate
-
-
-
-
Constructor Detail
-
XWorkModuleDescriptor
public XWorkModuleDescriptor(com.atlassian.plugin.module.ModuleFactory moduleFactory, com.atlassian.event.api.EventPublisher eventPublisher, com.opensymphony.xwork2.config.ConfigurationManager configurationManager, MultipartUploadConfigurator multipartUploadConfigurator, OgnlAllowListConfigurator ognlAllowListConfigurator)
Deprecated.
-
-
Method Detail
-
init
public void init(com.atlassian.plugin.Plugin plugin, org.dom4j.Element element) throws com.atlassian.plugin.PluginParseException
Deprecated.- Specified by:
init
in interfacecom.atlassian.plugin.ModuleDescriptor
- Overrides:
init
in classStrutsModuleDescriptor
- Throws:
com.atlassian.plugin.PluginParseException
-
-