Class StringTimeFormatter

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object parse​(javax.servlet.http.HttpServletRequest request, java.lang.String string)
      From a String obtained from a HTTP request return a java object.
      • Methods inherited from class java.lang.Object

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

      • StringTimeFormatter

        public StringTimeFormatter()
    • Method Detail

      • parse

        public java.lang.Object parse​(javax.servlet.http.HttpServletRequest request,
                                      java.lang.String string)
                               throws java.text.ParseException
        Description copied from interface: IFormatter
        From a String obtained from a HTTP request return a java object.
        Specified by:
        parse in interface IFormatter
        Overrides:
        parse in class TimeBaseFormatter
        Throws:
        java.text.ParseException