Class FormThemeReferenceConverter

java.lang.Object
de.xima.fc.gui.common.converter.FormThemeReferenceConverter
All Implemented Interfaces:
javax.faces.convert.Converter<FormThemeReference>

public class FormThemeReferenceConverter extends Object implements javax.faces.convert.Converter<FormThemeReference>
Faces converter for FormThemeReference.
  • Constructor Details

    • FormThemeReferenceConverter

      public FormThemeReferenceConverter()
  • Method Details

    • getAsObject

      public FormThemeReference getAsObject(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, String value)
      Specified by:
      getAsObject in interface javax.faces.convert.Converter<FormThemeReference>
    • getAsString

      public String getAsString(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, FormThemeReference value)
      Specified by:
      getAsString in interface javax.faces.convert.Converter<FormThemeReference>