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