Class WelcomeFileModuleDescriptor
- java.lang.Object
-
- com.atlassian.plugin.descriptors.AbstractModuleDescriptor<String>
-
- com.atlassian.confluence.plugin.descriptor.WelcomeFileModuleDescriptor
-
- All Implemented Interfaces:
com.atlassian.plugin.ModuleDescriptor<String>,com.atlassian.plugin.Resourced,com.atlassian.plugin.ScopeAware,com.atlassian.plugin.StateAware,com.atlassian.plugin.web.descriptors.WeightedDescriptor
@Deprecated public class WelcomeFileModuleDescriptor extends com.atlassian.plugin.descriptors.AbstractModuleDescriptor<String> implements com.atlassian.plugin.web.descriptors.WeightedDescriptor
Deprecated.since 5.9. welcome-file modules are no longer supported (and were never documented to begin with).Note to any CQ devs reading this: this module type was added to support CQ Standalone, but that project seems to be dead, so this welcome-file infrastructure just adds complexity for no purpose. If we want to resurrect it, then we'll need to rethink.
Descriptor that allows additional <welcome-file> to be declared in web.xml.- See Also:
IndexAction
-
-
Constructor Summary
Constructors Constructor Description WelcomeFileModuleDescriptor(com.atlassian.plugin.module.ModuleFactory moduleFactory)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetModule()Deprecated.intgetWeight()Deprecated.voidinit(@NonNull com.atlassian.plugin.Plugin plugin, @NonNull org.dom4j.Element element)Deprecated.-
Methods inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
assertModuleClassImplements, checkPermissions, destroy, disabled, enabled, 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
-
-
-
-
Method Detail
-
init
public void init(@NonNull com.atlassian.plugin.Plugin plugin, @NonNull org.dom4j.Element element) throws com.atlassian.plugin.PluginParseExceptionDeprecated.
-
getModule
public String getModule()
Deprecated.
-
getWeight
public int getWeight()
Deprecated.- Specified by:
getWeightin interfacecom.atlassian.plugin.web.descriptors.WeightedDescriptor
-
-