com.atlassian.mywork.host.web
Class MobileNavigationContextProvider
java.lang.Object
com.atlassian.mywork.host.web.MobileNavigationContextProvider
- All Implemented Interfaces:
- com.atlassian.plugin.web.ContextProvider
public class MobileNavigationContextProvider
- extends java.lang.Object
- implements com.atlassian.plugin.web.ContextProvider
Provides a velocity context for menu related web panels.
|
Constructor Summary |
MobileNavigationContextProvider(com.atlassian.confluence.core.ContextPathHolder contextPathHolder,
NotificationService notificationService,
com.atlassian.sal.api.user.UserManager userManager,
com.atlassian.sal.api.message.I18nResolver i18nResolver,
com.atlassian.sal.api.message.LocaleResolver localeManager,
LocalRegistrationService registrationService)
|
|
Method Summary |
java.util.Map<java.lang.String,java.lang.Object> |
getContextMap(java.util.Map<java.lang.String,java.lang.Object> context)
|
void |
init(java.util.Map<java.lang.String,java.lang.String> params)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MobileNavigationContextProvider
public MobileNavigationContextProvider(com.atlassian.confluence.core.ContextPathHolder contextPathHolder,
NotificationService notificationService,
com.atlassian.sal.api.user.UserManager userManager,
com.atlassian.sal.api.message.I18nResolver i18nResolver,
com.atlassian.sal.api.message.LocaleResolver localeManager,
LocalRegistrationService registrationService)
init
public void init(java.util.Map<java.lang.String,java.lang.String> params)
- Specified by:
init in interface com.atlassian.plugin.web.ContextProvider
getContextMap
public java.util.Map<java.lang.String,java.lang.Object> getContextMap(java.util.Map<java.lang.String,java.lang.Object> context)
- Specified by:
getContextMap in interface com.atlassian.plugin.web.ContextProvider
Copyright © 2012 Atlassian. All Rights Reserved.