Class DateTimeSeparatedFormatter

    • Constructor Detail

      • DateTimeSeparatedFormatter

        public DateTimeSeparatedFormatter()
    • Method Detail

      • format

        public java.lang.String[] format​(javax.servlet.http.HttpServletRequest request,
                                         java.lang.Object date)
                                  throws java.lang.Exception
        Description copied from interface: IMultipleValuesFormatter
        From a object return a String [] to render in HTML.
        Specified by:
        format in interface IMultipleValuesFormatter
        Throws:
        java.lang.Exception
      • parse

        public java.lang.Object parse​(javax.servlet.http.HttpServletRequest request,
                                      java.lang.String[] strings)
                               throws java.lang.Exception
        Description copied from interface: IMultipleValuesFormatter
        From a String [] obtained from a HTTP request return a java object.
        Specified by:
        parse in interface IMultipleValuesFormatter
        Throws:
        java.lang.Exception