| Package | Description |
|---|---|
| org.opencms.jsp.util |
Utility classes to be used for JSP pages.
|
| Modifier and Type | Method and Description |
|---|---|
CmsJspInstanceDateBean |
CmsJspInstanceDateBean.getEndInstance()
Returns an instance date bean wrapping only the end date of the original bean.
|
CmsJspInstanceDateBean |
CmsJspDateSeriesBean.getFirst()
Returns the first event of this series.
|
CmsJspInstanceDateBean |
CmsJspDateSeriesBean.getLast()
Returns the last event of this series.
|
CmsJspInstanceDateBean |
CmsJspDateSeriesBean.getNext()
Returns the next event of this series relative to the current date.
|
CmsJspInstanceDateBean |
CmsJspDateSeriesBean.getNextFor(java.lang.Object date)
Returns the next event of this series that takes place at the given date or after it.
|
CmsJspInstanceDateBean |
CmsJspDateSeriesBean.getPrevious()
Returns the next event of this series relative to the current date.
|
CmsJspInstanceDateBean |
CmsJspDateSeriesBean.getPreviousFor(java.lang.Object date)
Returns the next event of this series that takes place at the given date or after it.
|
CmsJspInstanceDateBean |
CmsJspInstanceDateBean.getStartInstance()
Returns an instance date bean wrapping only the start date of the original bean.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.Object,CmsJspInstanceDateBean> |
CmsJspDateSeriesBean.getInstanceInfo()
Returns a lazy map from the start time of a single instance of the series to the date information on the single instance.
|