Uses of Class
io.goobi.viewer.model.cms.pages.content.CMSComponentAttribute
Packages that use CMSComponentAttribute
Package
Description
Compatibility layer for the legacy CMS template system, providing enumerations and
converters that map old content item types and page templates to the current model.
Abstractions for CMS page content, defining the
CMSContent and CMSComponent
model including attribute groups, publication state, paging support, and the persistent
component entity that stores content item configuration in the database.-
Uses of CMSComponentAttribute in io.goobi.viewer.model.cms.legacy
Methods in io.goobi.viewer.model.cms.legacy that return types with arguments of type CMSComponentAttribute -
Uses of CMSComponentAttribute in io.goobi.viewer.model.cms.pages.content
Methods in io.goobi.viewer.model.cms.pages.content that return CMSComponentAttributeModifier and TypeMethodDescriptionCMSComponent.getAttribute(String key) static CMSComponentAttributeCMSComponentAttribute.loadFromXML(org.jdom2.Element element) Methods in io.goobi.viewer.model.cms.pages.content that return types with arguments of type CMSComponentAttributeConstructors in io.goobi.viewer.model.cms.pages.content with parameters of type CMSComponentAttributeConstructor parameters in io.goobi.viewer.model.cms.pages.content with type arguments of type CMSComponentAttributeModifierConstructorDescriptionCMSComponent(JsfComponent jsfComponent, String label, String description, List<String> types, String templateFilename, CMSComponentScope scope, Map<String, CMSComponentAttribute> attributes, List<CMSComponent.Property> properties, Integer order) Constructor to create Component from template file.