Uses of Class
org.opencms.jsp.util.CmsJspInstanceDateBean
Packages that use CmsJspInstanceDateBean
-
Uses of CmsJspInstanceDateBean in org.opencms.jsp.util
Methods in org.opencms.jsp.util that return CmsJspInstanceDateBeanModifier and TypeMethodDescriptionCmsJspInstanceDateBean.getEndInstance()
Returns an instance date bean wrapping only the end date of the original bean.CmsJspDateSeriesBean.getFirst()
Returns the first event of this series.CmsJspDateSeriesBean.getLast()
Returns the last event of this series.CmsJspDateSeriesBean.getNext()
Returns the next event of this series relative to the current date.CmsJspDateSeriesBean.getNextFor
(Object date) Returns the next event of this series that takes place at the given date or after it.CmsJspDateSeriesBean.getPrevious()
Returns the next event of this series relative to the current date.CmsJspDateSeriesBean.getPreviousFor
(Object date) Returns the next event of this series that takes place at the given date or after it.CmsJspInstanceDateBean.getStartInstance()
Returns an instance date bean wrapping only the start date of the original bean.Methods in org.opencms.jsp.util that return types with arguments of type CmsJspInstanceDateBeanModifier and TypeMethodDescriptionCmsJspDateSeriesBean.getInstanceInfo()
Returns a lazy map from the start time of a single instance of the series to the date information on the single instance.