Class ThemeConverter
java.lang.Object
org.apache.myfaces.tobago.convert.ThemeConverter
- All Implemented Interfaces:
- javax.faces.convert.Converter<Theme>
- 
Field SummaryFieldsFields inherited from interface javax.faces.convert.ConverterDATETIMECONVERTER_DEFAULT_TIMEZONE_IS_SYSTEM_TIMEZONE_PARAM_NAME
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetAsObject(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component, String string) getAsString(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component, Theme theme) 
- 
Field Details- 
CONVERTER_ID- See Also:
 
 
- 
- 
Constructor Details- 
ThemeConverterpublic ThemeConverter()
 
- 
- 
Method Details- 
getAsStringpublic String getAsString(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component, Theme theme) throws javax.faces.convert.ConverterException - Specified by:
- getAsStringin interface- javax.faces.convert.Converter<Theme>
- Throws:
- javax.faces.convert.ConverterException
 
- 
getAsObjectpublic Theme getAsObject(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component, String string) throws javax.faces.convert.ConverterException - Specified by:
- getAsObjectin interface- javax.faces.convert.Converter<Theme>
- Throws:
- javax.faces.convert.ConverterException
 
 
-