Uses of Class
io.goobi.viewer.model.export.ExportFormat
Packages that use ExportFormat
Package
Description
Core controller and utility classes of the Goobi viewer.
JSF managed beans (CDI backing beans) of the Goobi viewer.
-
Uses of ExportFormat in io.goobi.viewer.controller
Methods in io.goobi.viewer.controller that return types with arguments of type ExportFormatModifier and TypeMethodDescriptionConfiguration.getSearchExportFormat(String name) Returns the enabled XSLT-based export format with the given name, orOptional.empty()if no such format is configured or it is disabled.Configuration.getSearchExportFormats()Returns all XSLT-based export format definitions configured under<search><export><format>inconfig_viewer.xml. -
Uses of ExportFormat in io.goobi.viewer.managedbeans
Methods in io.goobi.viewer.managedbeans that return types with arguments of type ExportFormatModifier and TypeMethodDescriptionConfigurationBean.getEnabledSearchExportFormats()Returns all enabled XSLT-based search export formats configured inconfig_viewer.xmlundersearch/export/format.