Class CmsJspInstanceDateBean.CmsDateFormatTransformer

    • Constructor Summary

      Constructors 
      Constructor Description
      CmsDateFormatTransformer​(java.util.Locale locale)
      Constructor for the date format transformer.
    • Method Summary

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

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

      • CmsDateFormatTransformer

        public CmsDateFormatTransformer​(java.util.Locale locale)
        Constructor for the date format transformer.
        Parameters:
        locale - the locale to use for writing names of month or days of weeks etc.
    • Method Detail

      • transform

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