Package de.xima.fc.gui.common.converter
Class ProfileAttributeDescriptorConverter
- java.lang.Object
-
- de.xima.fc.gui.common.converter.ProfileAttributeDescriptorConverter
-
- All Implemented Interfaces:
javax.faces.convert.Converter<IProfileAttributeDescriptor>
public class ProfileAttributeDescriptorConverter extends Object implements javax.faces.convert.Converter<IProfileAttributeDescriptor>
JSF Converter forIProfileAttributeDescriptor
s.- Since:
- 8.0.0
- Author:
- XIMA Media GmbH
-
-
Constructor Summary
Constructors Constructor Description ProfileAttributeDescriptorConverter()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProfileAttributeDescriptor
getAsObject(String value)
IProfileAttributeDescriptor
getAsObject(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, String value)
static String
getAsString(IProfileAttributeDescriptor value)
String
getAsString(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, IProfileAttributeDescriptor value)
-
-
-
Method Detail
-
getAsObject
public IProfileAttributeDescriptor getAsObject(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, String value)
- Specified by:
getAsObject
in interfacejavax.faces.convert.Converter<IProfileAttributeDescriptor>
-
getAsString
public String getAsString(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, IProfileAttributeDescriptor value)
- Specified by:
getAsString
in interfacejavax.faces.convert.Converter<IProfileAttributeDescriptor>
-
getAsObject
public static ProfileAttributeDescriptor getAsObject(String value)
-
getAsString
public static String getAsString(IProfileAttributeDescriptor value)
-
-