Class UserDateConverter

  • All Implemented Interfaces:
    javax.faces.convert.Converter

    public class UserDateConverter
    extends java.lang.Object
    implements javax.faces.convert.Converter
    • 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
      void create()  
      java.lang.Object getAsObject​(javax.faces.context.FacesContext ctx, javax.faces.component.UIComponent uiComponent, 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

      • UserDateConverter

        public UserDateConverter()
    • Method Detail

      • create

        @PostConstruct
        public void create()
      • getAsObject

        public java.lang.Object getAsObject​(javax.faces.context.FacesContext ctx,
                                            javax.faces.component.UIComponent uiComponent,
                                            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