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