Class CmsJspDateSeriesBean.CmsSeriesSingleEventTransformer

  • All Implemented Interfaces:
    org.apache.commons.collections.Transformer
    Enclosing class:
    CmsJspDateSeriesBean

    public class CmsJspDateSeriesBean.CmsSeriesSingleEventTransformer
    extends java.lang.Object
    implements org.apache.commons.collections.Transformer
    Provides information on the single event when the start date is provided.

    If no valid start date is provided, the information for the first event in the series is provided.

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object transform​(java.lang.Object date)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • transform

        public java.lang.Object transform​(java.lang.Object date)
        Specified by:
        transform in interface org.apache.commons.collections.Transformer
        See Also:
        Transformer.transform(java.lang.Object)