Uses of Class
io.goobi.viewer.model.cms.CMSProperty
Packages that use CMSProperty
Package
Description
Top-level CMS model containing cross-cutting entities such as navigation items, categories,
sliders, static page mappings, highlight data, and shared selection abstractions used
throughout the content management system.
Core CMS page model including the
CMSPage entity, page templates, the template
manager, publication status, and edit-state tracking for the page authoring workflow.-
Uses of CMSProperty in io.goobi.viewer.model.cms
Constructors in io.goobi.viewer.model.cms with parameters of type CMSPropertyModifierConstructorDescriptionCMSProperty(CMSProperty original) Creates a clone of the given property. -
Uses of CMSProperty in io.goobi.viewer.model.cms.pages
Methods in io.goobi.viewer.model.cms.pages that return CMSPropertyModifier and TypeMethodDescriptionCMSPage.getProperty(String key) Returns the property with the given key or else creates a new one with that key and returns it.