public class RecentlyUpdatedMacroTabProvider extends Object implements org.springframework.beans.factory.InitializingBean
Constructor and Description |
---|
RecentlyUpdatedMacroTabProvider(SpaceManager spaceManager,
LabelManager labelManager,
PermissionManager permissionManager,
FollowManagerInternal followManager,
UserAccessor userAccessor,
HttpContext httpContext,
I18NBeanFactory i18NBeanFactory,
LocaleManager localeManager) |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
List<RecentlyUpdatedMacroTab> |
getAvailableTabs() |
RecentlyUpdatedMacroTab |
getDefaultTab() |
RecentlyUpdatedMacroTab |
getTabByName(String name)
Returns the tab with the specified name, or a default tab if no tab matches the name.
|
public RecentlyUpdatedMacroTabProvider(SpaceManager spaceManager, LabelManager labelManager, PermissionManager permissionManager, FollowManagerInternal followManager, UserAccessor userAccessor, HttpContext httpContext, I18NBeanFactory i18NBeanFactory, LocaleManager localeManager)
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
Exception
public List<RecentlyUpdatedMacroTab> getAvailableTabs()
public RecentlyUpdatedMacroTab getTabByName(String name)
name
- The string identifier for the tab. See RecentlyUpdatedMacroTab
public RecentlyUpdatedMacroTab getDefaultTab()
Copyright © 2003–2016 Atlassian. All rights reserved.