Class PublishedDateExtractor

  • All Implemented Interfaces:
    ModelExtractor<java.util.Date>

    public class PublishedDateExtractor
    extends java.lang.Object
    implements ModelExtractor<java.util.Date>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Date get​(ContentStore db, java.util.Map model, java.lang.String key)  
      • Methods inherited from class java.lang.Object

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

      • PublishedDateExtractor

        public PublishedDateExtractor()
    • Method Detail

      • get

        public java.util.Date get​(ContentStore db,
                                  java.util.Map model,
                                  java.lang.String key)
        Specified by:
        get in interface ModelExtractor<java.util.Date>