Class ThemeConverter

  • All Implemented Interfaces:
    javax.faces.convert.Converter<Theme>

    public class ThemeConverter
    extends Object
    implements javax.faces.convert.Converter<Theme>
    • Constructor Detail

      • ThemeConverter

        public ThemeConverter()
    • Method Detail

      • getAsString

        public String getAsString​(javax.faces.context.FacesContext facesContext,
                                  javax.faces.component.UIComponent component,
                                  Theme theme)
                           throws javax.faces.convert.ConverterException
        Specified by:
        getAsString in interface javax.faces.convert.Converter<Theme>
        Throws:
        javax.faces.convert.ConverterException
      • getAsObject

        public Theme getAsObject​(javax.faces.context.FacesContext facesContext,
                                 javax.faces.component.UIComponent component,
                                 String string)
                          throws javax.faces.convert.ConverterException
        Specified by:
        getAsObject in interface javax.faces.convert.Converter<Theme>
        Throws:
        javax.faces.convert.ConverterException