Modifier and Type | Field and Description |
---|---|
static String |
CONVERTER_ID |
Constructor and Description |
---|
ThemeConverter() |
Modifier and Type | Method and Description |
---|---|
Theme |
getAsObject(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component,
String string) |
String |
getAsString(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component,
Theme theme) |
public static final String CONVERTER_ID
public String getAsString(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component, Theme theme) throws javax.faces.convert.ConverterException
getAsString
in interface javax.faces.convert.Converter<Theme>
javax.faces.convert.ConverterException
public Theme getAsObject(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component, String string) throws javax.faces.convert.ConverterException
getAsObject
in interface javax.faces.convert.Converter<Theme>
javax.faces.convert.ConverterException
Copyright © 2002–2021 The Apache Software Foundation. All rights reserved.