Class LocalDateTimeJsfConverter

  • All Implemented Interfaces:
    java.io.Serializable, javax.faces.convert.Converter

    public class LocalDateTimeJsfConverter
    extends java.lang.Object
    implements java.io.Serializable, javax.faces.convert.Converter
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from interface javax.faces.convert.Converter

        DATETIMECONVERTER_DEFAULT_TIMEZONE_IS_SYSTEM_TIMEZONE_PARAM_NAME
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.time.LocalDateTime getAsObject​(javax.faces.context.FacesContext arg0, javax.faces.component.UIComponent arg1, java.lang.String value)  
      java.lang.String getAsString​(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, java.lang.Object value)  
      • Methods inherited from class java.lang.Object

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

      • LocalDateTimeJsfConverter

        public LocalDateTimeJsfConverter()
    • Method Detail

      • getAsObject

        public java.time.LocalDateTime getAsObject​(javax.faces.context.FacesContext arg0,
                                                   javax.faces.component.UIComponent arg1,
                                                   java.lang.String value)
        Specified by:
        getAsObject in interface javax.faces.convert.Converter
      • getAsString

        public java.lang.String getAsString​(javax.faces.context.FacesContext facesContext,
                                            javax.faces.component.UIComponent uiComponent,
                                            java.lang.Object value)
        Specified by:
        getAsString in interface javax.faces.convert.Converter