Package de.xima.fc.gui.common.converter
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 forFormThemeReference. 
- 
- 
Constructor Summary
Constructors Constructor Description FormThemeReferenceConverter() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FormThemeReferencegetAsObject(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, String value)StringgetAsString(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, FormThemeReference value) 
 - 
 
- 
- 
Method Detail
- 
getAsObject
public FormThemeReference getAsObject(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, String value)
- Specified by:
 getAsObjectin interfacejavax.faces.convert.Converter<FormThemeReference>
 
- 
getAsString
public String getAsString(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, FormThemeReference value)
- Specified by:
 getAsStringin interfacejavax.faces.convert.Converter<FormThemeReference>
 
 - 
 
 -