com.atlassian.confluence.plugins.macros.dashboard.recentupdates
Class RecentlyUpdatedMacroRequestParams

java.lang.Object
  extended by 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
static String MAX_RESULTS_PARAM
           
static String SELECTED_CATEGORY_PARAM
           
static String SELECTED_TAB_PARAM
           
 
Constructor Summary
RecentlyUpdatedMacroRequestParams(HttpContext httpContext)
           
RecentlyUpdatedMacroRequestParams(Integer maxRecentUpdates, String selectedCategory, String selectedTab)
           
 
Method Summary
 Integer getMaxRecentUpdates()
           
 String getSelectedCategory()
           
 String getSelectedTab()
           
 boolean hasMaxRecentUpdates()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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)
Method Detail

hasMaxRecentUpdates

public boolean hasMaxRecentUpdates()

getMaxRecentUpdates

public Integer getMaxRecentUpdates()

getSelectedCategory

public String getSelectedCategory()

getSelectedTab

public String getSelectedTab()


Copyright © 2003-2013 Atlassian. All Rights Reserved.