Package io.goobi.viewer.faces.converters
Class ILicenseTypeConverter
java.lang.Object
io.goobi.viewer.faces.converters.ILicenseTypeConverter
- All Implemented Interfaces:
jakarta.faces.convert.Converter<ILicenseType>
public class ILicenseTypeConverter
extends Object
implements jakarta.faces.convert.Converter<ILicenseType>
Converter for either LicenseType or Campaign objects.
-
Field Summary
Fields inherited from interface jakarta.faces.convert.Converter
DATETIMECONVERTER_DEFAULT_TIMEZONE_IS_SYSTEM_TIMEZONE_PARAM_NAME
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal ILicenseType
getAsObject
(jakarta.faces.context.FacesContext context, jakarta.faces.component.UIComponent component, String value) final String
getAsString
(jakarta.faces.context.FacesContext context, jakarta.faces.component.UIComponent component, ILicenseType object)
-
Constructor Details
-
ILicenseTypeConverter
public ILicenseTypeConverter()
-
-
Method Details
-
getAsObject
public final ILicenseType getAsObject(jakarta.faces.context.FacesContext context, jakarta.faces.component.UIComponent component, String value) - Specified by:
getAsObject
in interfacejakarta.faces.convert.Converter<ILicenseType>
-
getAsString
public final String getAsString(jakarta.faces.context.FacesContext context, jakarta.faces.component.UIComponent component, ILicenseType object) - Specified by:
getAsString
in interfacejakarta.faces.convert.Converter<ILicenseType>
-