Package io.goobi.viewer.faces.converters
Class UserGroupConverter
java.lang.Object
io.goobi.viewer.faces.converters.UserGroupConverter
JSF converter that maps between a
UserGroup object and its string identifier.-
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 UserGroupgetAsObject(FacesContext context, UIComponent component, String value) final StringgetAsString(FacesContext context, UIComponent component, UserGroup object)
-
Constructor Details
-
UserGroupConverter
public UserGroupConverter()
-
-
Method Details
-
getAsObject
- Specified by:
getAsObjectin interfaceConverter<UserGroup>
-
getAsString
- Specified by:
getAsStringin interfaceConverter<UserGroup>
-