Class FederationConverter

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

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

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

      • FederationConverter

        public FederationConverter()
    • Method Detail

      • getAsObject

        public java.lang.Object getAsObject​(javax.faces.context.FacesContext arg0,
                                            javax.faces.component.UIComponent arg1,
                                            java.lang.String federationName)
        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 federation)
        Specified by:
        getAsString in interface javax.faces.convert.Converter