public class TopNavigationModuleDescriptorImpl extends AbstractJiraModuleDescriptor<PluggableTopNavigation> implements TopNavigationModuleDescriptor
| Constructor and Description |
|---|
TopNavigationModuleDescriptorImpl(JiraAuthenticationContext authenticationContext,
ApplicationProperties applicationProperties,
com.atlassian.plugin.webresource.WebResourceUrlProvider webResourceUrlProvider,
PermissionManager permissionManager,
WebFragmentWebComponent webFragmentWebComponent,
UserProjectHistoryManager userProjectHistoryManager,
com.atlassian.plugin.module.ModuleFactory moduleFactory,
JiraWebInterfaceManager webInterfaceManager,
ConditionDescriptorFactoryImpl conditionDescriptorFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
enabled() |
com.atlassian.plugin.web.Condition |
getCondition() |
int |
getOrder() |
Map<String,Object> |
getTopNavigationContext(javax.servlet.http.HttpServletRequest request,
Map<String,Object> startingParams)
getthe velocity context associated with this <top-navigation> module.
|
String |
getTopNavigationHtml(javax.servlet.http.HttpServletRequest request,
Map<String,Object> startingParms)
render the velocity associated with this <top-navigation> module.
|
void |
init(com.atlassian.plugin.Plugin plugin,
org.dom4j.Element element) |
assertResourceExists, createModule, createVelocityParams, disabled, getAuthenticationContext, getClassLoader, getDescription, getHtml, getHtml, getI18nBean, getModule, getName, getText, getText, isResourceExist, writeHtmlassertModuleClassImplements, checkPermissions, destroy, equals, getCompleteKey, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getModuleClassName, getParams, getPlugin, getPluginKey, getRequiredPermissions, getResourceDescriptor, getResourceDescriptors, getResourceLocation, getScopeKey, hashCode, isBroken, isEnabled, isEnabledByDefault, isSystemModule, loadClass, provideValidationRules, satisfiesMinJavaVersion, setBroken, setPlugin, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetHtml, getHtml, getI18nBean, writeHtmldestroy, equals, getCompleteKey, getDescription, getDescriptionKey, getDisplayName, getI18nNameKey, getKey, getMinJavaVersion, getModule, getModuleClass, getName, getParams, getPlugin, getPluginKey, hashCode, isBroken, isEnabled, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion, setBrokenpublic TopNavigationModuleDescriptorImpl(JiraAuthenticationContext authenticationContext, ApplicationProperties applicationProperties, com.atlassian.plugin.webresource.WebResourceUrlProvider webResourceUrlProvider, PermissionManager permissionManager, WebFragmentWebComponent webFragmentWebComponent, UserProjectHistoryManager userProjectHistoryManager, com.atlassian.plugin.module.ModuleFactory moduleFactory, JiraWebInterfaceManager webInterfaceManager, ConditionDescriptorFactoryImpl conditionDescriptorFactory)
public void init(com.atlassian.plugin.Plugin plugin,
org.dom4j.Element element)
throws com.atlassian.plugin.PluginParseException
init in interface com.atlassian.plugin.ModuleDescriptor<PluggableTopNavigation>init in class AbstractJiraModuleDescriptor<PluggableTopNavigation>com.atlassian.plugin.PluginParseExceptionpublic int getOrder()
getOrder in interface OrderableModuleDescriptorpublic String getTopNavigationHtml(javax.servlet.http.HttpServletRequest request, Map<String,Object> startingParms)
TopNavigationModuleDescriptorgetTopNavigationHtml in interface TopNavigationModuleDescriptorpublic Map<String,Object> getTopNavigationContext(javax.servlet.http.HttpServletRequest request, Map<String,Object> startingParams)
TopNavigationModuleDescriptorgetTopNavigationContext in interface TopNavigationModuleDescriptorpublic void enabled()
enabled in interface com.atlassian.plugin.StateAwareenabled in class AbstractJiraModuleDescriptor<PluggableTopNavigation>public com.atlassian.plugin.web.Condition getCondition()
getCondition in interface com.atlassian.plugin.web.descriptors.ConditionalDescriptorCopyright © 2002-2023 Atlassian. All Rights Reserved.