Class LocalDateTimeConverter

java.lang.Object
de.xima.fc.gui.common.converter.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
  • Field Summary

    Fields inherited from interface javax.faces.convert.Converter

    DATETIMECONVERTER_DEFAULT_TIMEZONE_IS_SYSTEM_TIMEZONE_PARAM_NAME
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    getAsObject(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, String value)
    Deprecated.
     
    getAsString(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Object value)
    Deprecated.
     

    Methods inherited from class java.lang.Object

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

    • LocalDateTimeConverter

      public LocalDateTimeConverter()
      Deprecated.
  • Method Details

    • 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>