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

java.lang.Object
  extended by com.atlassian.confluence.plugins.macros.dashboard.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)
           
 
Method Summary
 String getBaseUrl()
           
 Integer getMaxRecentUpdates()
           
 String getSelectedCategory()
           
 String getSelectedTab()
           
 String getUrlForMaxResults(int maxResults)
           
 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(HttpContext httpContext)
Method Detail

hasMaxRecentUpdates

public boolean hasMaxRecentUpdates()

getMaxRecentUpdates

public Integer getMaxRecentUpdates()

getSelectedCategory

public String getSelectedCategory()

getSelectedTab

public String getSelectedTab()

getBaseUrl

public String getBaseUrl()

getUrlForMaxResults

public String getUrlForMaxResults(int maxResults)


Copyright © 2003-2012 Atlassian. All Rights Reserved.