com.xpn.xwiki.plugin.calendar
Class CalendarParams
java.lang.Object
com.xpn.xwiki.plugin.calendar.CalendarParams
public class CalendarParams
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONFIG_LOWER_BOUND
public static final java.lang.String CONFIG_LOWER_BOUND
- See Also:
- Constant Field Values
CONFIG_DEFAULT_LOWER_BOUND
public static final int CONFIG_DEFAULT_LOWER_BOUND
- See Also:
- Constant Field Values
CONFIG_UPPER_BOUND
public static final java.lang.String CONFIG_UPPER_BOUND
- See Also:
- Constant Field Values
CONFIG_DEFAULT_UPPER_BOUND
public static final int CONFIG_DEFAULT_UPPER_BOUND
- See Also:
- Constant Field Values
CalendarParams
public CalendarParams()
CalendarParams
public CalendarParams(java.util.Map map)
get
public java.lang.Object get(java.lang.Object key)
put
public void put(java.lang.Object key,
java.lang.Object value)
getCalendar
public java.util.Calendar getCalendar(java.util.Locale locale)
computePrevMonthURL
public java.lang.String computePrevMonthURL(XWikiContext context)
computeNextMonthURL
public java.lang.String computeNextMonthURL(XWikiContext context)
computePrevMonthURL
public java.lang.String computePrevMonthURL()
computeNextMonthURL
public java.lang.String computeNextMonthURL()
getQueryString
protected java.lang.String getQueryString(java.util.Calendar c)
Copyright © 2004-2011 XWiki. All Rights Reserved.