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