Class LocalDateTimeConverter

  • All Implemented Interfaces:
    javax.faces.convert.Converter<Object>

    @Deprecated
    @Named
    @ApplicationScoped
    public class LocalDateTimeConverter
    extends Object
    implements javax.faces.convert.Converter<Object>
    Deprecated.
    This is called LocalDateTimeConverter, but behaves as if it were a LocalTimeConverter. You should use the DatePicker, which ships with a built-in converter.
    Author:
    XIMA MEDIA GmbH
    • Constructor Detail

      • LocalDateTimeConverter

        public LocalDateTimeConverter()
        Deprecated.
    • Method Detail

      • getAsObject

        public Object getAsObject​(javax.faces.context.FacesContext context,
                                  javax.faces.component.UIComponent component,
                                  String value)
        Deprecated.
        Specified by:
        getAsObject in interface javax.faces.convert.Converter<Object>
      • getAsString

        public String getAsString​(javax.faces.context.FacesContext context,
                                  javax.faces.component.UIComponent component,
                                  Object value)
        Deprecated.
        Specified by:
        getAsString in interface javax.faces.convert.Converter<Object>