Package org.gluu.oxtrust.util.jsf
Class ProfileConfigurationConverter
- java.lang.Object
-
- org.gluu.oxtrust.util.jsf.ProfileConfigurationConverter
-
- All Implemented Interfaces:
javax.faces.convert.Converter
public class ProfileConfigurationConverter extends java.lang.Object implements javax.faces.convert.Converter
-
-
Constructor Summary
Constructors Constructor Description ProfileConfigurationConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
getAsObject(javax.faces.context.FacesContext arg0, javax.faces.component.UIComponent arg1, java.lang.String profileConfigurationName)
java.lang.String
getAsString(javax.faces.context.FacesContext arg0, javax.faces.component.UIComponent arg1, java.lang.Object profileConfiguration)
-
-
-
Method Detail
-
getAsObject
public java.lang.Object getAsObject(javax.faces.context.FacesContext arg0, javax.faces.component.UIComponent arg1, java.lang.String profileConfigurationName)
- Specified by:
getAsObject
in interfacejavax.faces.convert.Converter
-
getAsString
public java.lang.String getAsString(javax.faces.context.FacesContext arg0, javax.faces.component.UIComponent arg1, java.lang.Object profileConfiguration)
- Specified by:
getAsString
in interfacejavax.faces.convert.Converter
-
-