Class FederationConverter

java.lang.Object
org.gluu.oxtrust.util.jsf.FederationConverter
All Implemented Interfaces:
javax.faces.convert.Converter

public class FederationConverter extends Object implements javax.faces.convert.Converter
  • Field Summary

    Fields inherited from interface javax.faces.convert.Converter

    DATETIMECONVERTER_DEFAULT_TIMEZONE_IS_SYSTEM_TIMEZONE_PARAM_NAME
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    getAsObject(javax.faces.context.FacesContext arg0, javax.faces.component.UIComponent arg1, String federationName)
     
    getAsString(javax.faces.context.FacesContext arg0, javax.faces.component.UIComponent arg1, Object federation)
     

    Methods inherited from class java.lang.Object

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

    • FederationConverter

      public FederationConverter()
  • Method Details

    • getAsObject

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

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