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
-
-
Field Summary
Fields Modifier and Type Field Description static String
MAX_RESULTS_PARAM
static String
SELECTED_CATEGORY_PARAM
static String
SELECTED_TAB_PARAM
-
Constructor Summary
Constructors Constructor Description RecentlyUpdatedMacroRequestParams(HttpContext httpContext)
RecentlyUpdatedMacroRequestParams(Integer maxRecentUpdates, String selectedCategory, String selectedTab)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getMaxRecentUpdates()
String
getSelectedCategory()
String
getSelectedTab()
boolean
hasMaxRecentUpdates()
-
-
-
Field Detail
-
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
-
-
Constructor Detail
-
RecentlyUpdatedMacroRequestParams
public RecentlyUpdatedMacroRequestParams(Integer maxRecentUpdates, String selectedCategory, String selectedTab)
-
RecentlyUpdatedMacroRequestParams
public RecentlyUpdatedMacroRequestParams(HttpContext httpContext)
-
-