com.atlassian.confluence.plugins.macros.dashboard.recentupdates
Class RecentlyUpdatedMacroRequestParams
java.lang.Object
com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentlyUpdatedMacroRequestParams
public class RecentlyUpdatedMacroRequestParams
- extends Object
Represents all the configuration options passed in via request parameters. e.g. currently selected tab
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SELECTED_TAB_PARAM
public static final String SELECTED_TAB_PARAM
- See Also:
- Constant Field Values
SELECTED_CATEGORY_PARAM
public static final String SELECTED_CATEGORY_PARAM
- See Also:
- Constant Field Values
MAX_RESULTS_PARAM
public static final String MAX_RESULTS_PARAM
- See Also:
- Constant Field Values
RecentlyUpdatedMacroRequestParams
public RecentlyUpdatedMacroRequestParams(Integer maxRecentUpdates,
String selectedCategory,
String selectedTab)
RecentlyUpdatedMacroRequestParams
public RecentlyUpdatedMacroRequestParams(HttpContext httpContext)
hasMaxRecentUpdates
public boolean hasMaxRecentUpdates()
getMaxRecentUpdates
public Integer getMaxRecentUpdates()
getSelectedCategory
public String getSelectedCategory()
getSelectedTab
public String getSelectedTab()
Copyright © 2003-2013 Atlassian. All Rights Reserved.