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