Class ProfileConfigurationConverter

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

    public class ProfileConfigurationConverter
    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
      java.lang.Object getAsObject​(javax.faces.context.FacesContext arg0, javax.faces.component.UIComponent arg1, java.lang.String profileConfigurationName)  
      java.lang.String getAsString​(javax.faces.context.FacesContext arg0, javax.faces.component.UIComponent arg1, java.lang.Object profileConfiguration)  
      • Methods inherited from class java.lang.Object

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

      • ProfileConfigurationConverter

        public ProfileConfigurationConverter()
    • Method Detail

      • getAsObject

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

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