Package io.goobi.viewer.managedbeans
Class ConfigurationBean
java.lang.Object
io.goobi.viewer.managedbeans.ConfigurationBean
- All Implemented Interfaces:
Serializable
This is a wrapper class for the
Configuration class for access from HTML.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAnchorThumbnailMode.getFacetFieldDescriptionKey(String facetField) intgetFooterHeight.intgetFooterHeight(String pageType, String mimeType) getFooterHeight.intgetFooterHeightCrowd.intgetFooterHeightFullscreen.intfloatintgetIiifApiUrl.getImageSizes(String pageType, String mimeType) getImageSizes.getMetadataConfiguration(String type, String template) getModules.getName()getName.intgetPageBrowseStep1.intgetPageBrowseStep2.intgetPageBrowseStep3.intgetPageType(String name) getPiwikBaseURL.getPiwikSiteID.getReCaptchaSiteKey.getRestApiUrl.getRssTitle.intintintgetSidebarTocLengthBeforeCut.getSortFields.getTileSizes(String pageType, String mimeType) getTileSizes.intgetTimeMatrixEndYear(String subTheme) getTimeMatrixEndYear.intgetTimeMatrixHits.intgetTimeMatrixStartYear(String subTheme) getTimeMatrixStartYear.intgetTitleBreadcrumbsMaxTitleLength.Return the layout type for TOCs of anchor records.intgetTocIndentation.getTranslation(String language, String locale) getTranslation.getTwitterName.booleanisAdvancedSearchEnabled.booleanbooleanisBookmarksEnabled.booleanisCalendarSearchEnabled.booleanbooleanisContentUploadEnabled.booleanbooleanbooleanbooleanisDisplayBreadcrumbs.booleanisDisplayCollectionBrowsing.booleanisDisplayCrowdsourcingModuleLinks.booleanisDisplayDocstructNavigation(String template, boolean fallbackToDefaultTemplate) booleanisDisplayMetadataPageLinkBlock.booleanbooleanisDisplaySearchResultNavigation.booleanisDisplaySearchRssLinks.booleanisDisplaySidebarBrowsingTerms.booleanisDisplaySidebarRssFeed.booleanisDisplaySidebarWidgetUsageCitationLinks.booleanisDisplaySidebarWidgetUsageCitationRecommendation.booleanbooleanbooleanisDisplayStatistics.booleanisDisplayStructType.booleanisDisplayTagCloudNavigation.booleanisDisplayTagCloudStartpage.booleanisDisplayTimeMatrix.booleanisDisplayTitleBreadcrumbs.booleanisDisplayTitlePURL.booleanbooleanisDisplayUserNavigation.booleanisDocHierarchyPdfEnabled.booleanisFacetFieldDisplayValueFilter(String facetField) booleanisFacetFieldTypeBoolean(String facetField) booleanisGeneratePdfInTaskManager.booleanisPageBrowseEnabled.booleanisPageBrowseStep1Visible.booleanisPageBrowseStep2Visible.booleanisPageBrowseStep3Visible.booleanisPagePdfEnabled.booleanbooleanisPiwikTracking.booleanbooleanisRememberImageRotation.booleanisRememberImageZoom.booleanisSearchExcelExportEnabled.booleanbooleanisSearchRisExportEnabled.booleanbooleanisShowSearchInItemOnlyIfFullTextAvailable.booleanDeprecated.View has been retiredbooleanisSidebarFulltextLinkVisible.booleanisSidebarMetadataLinkVisible.booleanisSidebarOpacLinkVisible.booleanisSidebarPageLinkVisible.booleanisSidebarThumbsLinkVisible.booleanisSidebarTocPageNumbersVisible.booleanisSidebarTocTreeView.booleanisSidebarTocViewLinkVisible.booleanisSidebarTocWidgetVisibleInFullscreen.booleanisSidebarWidgetForViewCollapsedByDefault(String view, String widget) booleanisSidebarWidgetForViewCollapsible(String view, String widget) booleanisSitelinksEnabled.booleanisSubthemeDiscriminatorFieldSet.booleanisTimelineSearchEnabled.booleanisTocEpubEnabled.booleanisTocTreeView(String docStructType) isTocTreeView.booleanisTranskribusEnabled.booleanisTranslateFacetFieldLabels(String facetField) booleanisUseReCaptcha.booleanshowImageNavigator(String pageType, String mimeType) Returns whether a navigator element should be shown in the OpenSeadragon viewer.booleanbooleanbooleanbooleanuseTiles()useTiles.booleanuseTiles.booleanuseTilesCrowd.booleanuseTilesFullscreen.
-
Constructor Details
-
ConfigurationBean
public ConfigurationBean()Empty constructor.
-
-
Method Details
-
getModules
getModules.- Returns:
- a list of all registered viewer modules
-
getName
getName.- Returns:
- the configured application name
-
isBookmarksEnabled
public boolean isBookmarksEnabled()isBookmarksEnabled.- Returns:
- true if the bookmarks feature is enabled in the configuration, false otherwise
-
isSearchSavingEnabled
public boolean isSearchSavingEnabled() -
useTiles
useTiles.- Parameters:
pageType- name of the page type to look up settings formimeType- MIME type of the image being displayed- Returns:
- true if tiles should be used for the given page type and MIME type, false otherwise
- Throws:
ViewerConfigurationException- if any.
-
getImageSizes
public List<String> getImageSizes(String pageType, String mimeType) throws ViewerConfigurationException getImageSizes.- Parameters:
pageType- name of the page type to look up settings formimeType- MIME type of the image being displayed- Returns:
- a list of configured zoom scale values for the given page type and MIME type
- Throws:
ViewerConfigurationException- if any.
-
getTileSizes
public Map<Integer,List<Integer>> getTileSizes(String pageType, String mimeType) throws ViewerConfigurationException getTileSizes.- Parameters:
pageType- name of the page type to look up settings formimeType- MIME type of the image being displayed- Returns:
- a map of tile sizes (resolution) to lists of scale factors for the given page type and MIME type
- Throws:
ViewerConfigurationException- if any.
-
useTiles
useTiles.- Returns:
- true if tiles should be used for the default image view, false otherwise
- Throws:
ViewerConfigurationException- if any.
-
useTilesFullscreen
useTilesFullscreen.- Returns:
- true if tiles should be used in fullscreen view, false otherwise
- Throws:
ViewerConfigurationException- if any.
-
useTilesCrowd
useTilesCrowd.- Returns:
- true if tiles should be used in the crowdsourcing edit view, false otherwise
- Throws:
ViewerConfigurationException- if any.
-
isRememberImageZoom
public boolean isRememberImageZoom()isRememberImageZoom.- Returns:
- true if the image zoom level should be remembered across page navigation, false otherwise
-
isRememberImageRotation
public boolean isRememberImageRotation()isRememberImageRotation.- Returns:
- true if the image rotation angle should be remembered across page navigation, false otherwise
-
isDisplayStatistics
public boolean isDisplayStatistics()isDisplayStatistics.- Returns:
- true if the statistics widget should be displayed, false otherwise
-
isDisplaySearchRssLinks
public boolean isDisplaySearchRssLinks()isDisplaySearchRssLinks.- Returns:
- true if RSS feed links should be displayed on search result pages, false otherwise
-
isAdvancedSearchEnabled
public boolean isAdvancedSearchEnabled()isAdvancedSearchEnabled.- Returns:
- true if the advanced search feature is enabled, false otherwise
-
isTimelineSearchEnabled
public boolean isTimelineSearchEnabled()isTimelineSearchEnabled.- Returns:
- true if the timeline search feature is enabled, false otherwise
-
isCalendarSearchEnabled
public boolean isCalendarSearchEnabled()isCalendarSearchEnabled.- Returns:
- true if the calendar search feature is enabled, false otherwise
-
isDisplayBreadcrumbs
public boolean isDisplayBreadcrumbs()isDisplayBreadcrumbs.- Returns:
- true if breadcrumb navigation should be displayed, false otherwise
-
isDisplayMetadataPageLinkBlock
public boolean isDisplayMetadataPageLinkBlock()isDisplayMetadataPageLinkBlock.- Returns:
- true if the metadata page link block should be displayed, false otherwise
-
isPagePdfEnabled
public boolean isPagePdfEnabled()isPagePdfEnabled.- Returns:
- true if PDF download for individual pages is enabled, false otherwise
-
getRssTitle
getRssTitle.- Returns:
- the configured RSS feed title
-
isDisplayTagCloudStartpage
public boolean isDisplayTagCloudStartpage()isDisplayTagCloudStartpage.- Returns:
- true if the tag cloud widget should be displayed on the start page, false otherwise
-
isDisplayStructType
public boolean isDisplayStructType()isDisplayStructType.- Returns:
- true if the document structure type label should be displayed, false otherwise
-
isDisplayCollectionBrowsing
public boolean isDisplayCollectionBrowsing()isDisplayCollectionBrowsing.- Returns:
- true if the collection browsing widget should be displayed, false otherwise
-
isDisplayTitlePURL
public boolean isDisplayTitlePURL()isDisplayTitlePURL.- Returns:
- true if the persistent URL should be displayed in the record title area, false otherwise
-
isSidebarTocWidgetVisibleInFullscreen
public boolean isSidebarTocWidgetVisibleInFullscreen()isSidebarTocWidgetVisibleInFullscreen.- Returns:
- true if the sidebar table-of-contents widget should be visible in fullscreen view, false otherwise
-
isSidebarOpacLinkVisible
public boolean isSidebarOpacLinkVisible()isSidebarOpacLinkVisible.- Returns:
- true if the OPAC link should be visible in the sidebar views widget, false otherwise
-
isSidebarTocPageNumbersVisible
public boolean isSidebarTocPageNumbersVisible()isSidebarTocPageNumbersVisible.- Returns:
- true if page numbers should be visible in the sidebar table-of-contents, false otherwise
-
isSidebarPageLinkVisible
public boolean isSidebarPageLinkVisible()isSidebarPageLinkVisible.- Returns:
- true if the object view link should be visible in the sidebar views widget, false otherwise
-
isSidebarCalendarLinkVisible
Deprecated.View has been retiredisSidebarCalendarLinkVisible.- Returns:
- true if the calendar view link should be visible in the sidebar views widget, false otherwise
-
isSidebarMetadataLinkVisible
public boolean isSidebarMetadataLinkVisible()isSidebarMetadataLinkVisible.- Returns:
- true if the metadata view link should be visible in the sidebar views widget, false otherwise
-
isSidebarThumbsLinkVisible
public boolean isSidebarThumbsLinkVisible()isSidebarThumbsLinkVisible.- Returns:
- true if the thumbnail view link should be visible in the sidebar views widget, false otherwise
-
isSidebarFulltextLinkVisible
public boolean isSidebarFulltextLinkVisible()isSidebarFulltextLinkVisible.- Returns:
- true if the full-text view link should be visible in the sidebar views widget, false otherwise
-
isTocTreeView
isTocTreeView.- Parameters:
docStructType- document structure type name to check- Returns:
- true if the table-of-contents for the given document structure type should be rendered as a tree, false otherwise
-
isSidebarTocTreeView
public boolean isSidebarTocTreeView()isSidebarTocTreeView.- Returns:
- true if the sidebar table-of-contents should be rendered as a tree, false otherwise
-
getSidebarTocLengthBeforeCut
public int getSidebarTocLengthBeforeCut()getSidebarTocLengthBeforeCut.- Returns:
- a int.
-
getTocAnchorLayout
Return the layout type for TOCs of anchor records. Defaults to 'list'- Returns:
- the configured TOC anchor layout type; defaults to
"list"
-
isDisplayTitleBreadcrumbs
public boolean isDisplayTitleBreadcrumbs()isDisplayTitleBreadcrumbs.- Returns:
- true if title breadcrumbs should be displayed in the record view, false otherwise
-
getTitleBreadcrumbsMaxTitleLength
public int getTitleBreadcrumbsMaxTitleLength()getTitleBreadcrumbsMaxTitleLength.- Returns:
- a int.
-
isDisplayTimeMatrix
public boolean isDisplayTimeMatrix()isDisplayTimeMatrix.- Returns:
- true if the time matrix widget should be displayed, false otherwise
-
isDisplayCrowdsourcingModuleLinks
public boolean isDisplayCrowdsourcingModuleLinks()isDisplayCrowdsourcingModuleLinks.- Returns:
- true if links to the crowdsourcing module should be displayed, false otherwise
-
getTimeMatrixStartYear
public int getTimeMatrixStartYear(String subTheme) throws PresentationException, IndexUnreachableException getTimeMatrixStartYear.- Parameters:
subTheme- sub-theme discriminator value used to restrict the Solr query- Returns:
- a int.
- Throws:
PresentationException- if any.IndexUnreachableException- if any.
-
getTimeMatrixEndYear
public int getTimeMatrixEndYear(String subTheme) throws PresentationException, IndexUnreachableException getTimeMatrixEndYear.- Parameters:
subTheme- sub-theme discriminator value used to restrict the Solr query- Returns:
- a int.
- Throws:
PresentationException- if any.IndexUnreachableException- if any.
-
getTimeMatrixHits
public int getTimeMatrixHits()getTimeMatrixHits.- Returns:
- Total hit number for the time matrix
-
isPiwikTrackingEnabled
public boolean isPiwikTrackingEnabled()isPiwikTracking.- Returns:
- true if Matomo (Piwik) tracking is enabled, false otherwise
-
getPiwikBaseURL
getPiwikBaseURL.- Returns:
- the configured Piwik/Matomo base URL for tracking
-
getPiwikSiteID
getPiwikSiteID.- Returns:
- the configured Piwik/Matomo site ID for tracking
-
getAnchorThumbnailMode
getAnchorThumbnailMode.- Returns:
- the configured anchor thumbnail display mode
-
getSortFields
getSortFields.- Returns:
- a list of configured sort field names filtered for the current user locale
-
getTocIndentation
public int getTocIndentation()getTocIndentation.- Returns:
- a int.
-
isPageBrowseEnabled
public boolean isPageBrowseEnabled()isPageBrowseEnabled.- Returns:
- true if the page browse feature (jumping by fixed step sizes) is enabled, false otherwise
-
getPageBrowseSteps
-
isPageBrowseStep1Visible
public boolean isPageBrowseStep1Visible()isPageBrowseStep1Visible.- Returns:
- true if the first configured page browse step is valid and should be displayed, false otherwise
-
isPageBrowseStep2Visible
public boolean isPageBrowseStep2Visible()isPageBrowseStep2Visible.- Returns:
- true if the second configured page browse step is valid and should be displayed, false otherwise
-
isPageBrowseStep3Visible
public boolean isPageBrowseStep3Visible()isPageBrowseStep3Visible.- Returns:
- true if the third configured page browse step is valid and should be displayed, false otherwise
-
getPageBrowseStep1
public int getPageBrowseStep1()getPageBrowseStep1.- Returns:
- a int.
-
getPageBrowseStep2
public int getPageBrowseStep2()getPageBrowseStep2.- Returns:
- a int.
-
getPageBrowseStep3
public int getPageBrowseStep3()getPageBrowseStep3.- Returns:
- a int.
-
getPageSelectDropdownDisplayMinPages
public int getPageSelectDropdownDisplayMinPages()- Returns:
- the configured minimum number of pages required to display the page-select dropdown
-
getReCaptchaSiteKey
getReCaptchaSiteKey.- Returns:
- the configured reCAPTCHA site key for client-side widget initialization
-
isUseReCaptcha
public boolean isUseReCaptcha()isUseReCaptcha.- Returns:
- true if reCAPTCHA verification is enabled for forms, false otherwise
-
isTocEpubEnabled
public boolean isTocEpubEnabled()isTocEpubEnabled.- Returns:
- true if EPUB download via the table-of-contents is enabled and PDF generation via message queue is active, false otherwise
-
isGeneratePdfInMessageQueue
public boolean isGeneratePdfInMessageQueue()isGeneratePdfInTaskManager.- Returns:
- true if PDF generation is handled via the message queue, false otherwise
-
isDocHierarchyPdfEnabled
public boolean isDocHierarchyPdfEnabled()isDocHierarchyPdfEnabled.- Returns:
- true if PDF download for entire document hierarchies is enabled, false otherwise
-
isShowSearchInItemOnlyIfFullTextAvailable
public boolean isShowSearchInItemOnlyIfFullTextAvailable()isShowSearchInItemOnlyIfFullTextAvailable.- Returns:
- true if the in-record search feature should only be offered when full-text is available, false otherwise
-
isContentUploadEnabled
public boolean isContentUploadEnabled()isContentUploadEnabled.- Returns:
- true if content upload by users is enabled, false otherwise
-
isTranskribusEnabled
public boolean isTranskribusEnabled()isTranskribusEnabled.- Returns:
- true if the Transkribus integration is enabled, false otherwise
-
isSearchExcelExportEnabled
public boolean isSearchExcelExportEnabled()isSearchExcelExportEnabled.- Returns:
- true if exporting search results as an Excel file is enabled, false otherwise
-
isSearchRisExportEnabled
public boolean isSearchRisExportEnabled()isSearchRisExportEnabled.- Returns:
- true if exporting search results in RIS format is enabled, false otherwise
-
isSitelinksEnabled
public boolean isSitelinksEnabled()isSitelinksEnabled.- Returns:
- true if Wikidata Sitelinks integration is enabled, false otherwise
-
getRestApiUrl
getRestApiUrl.- Returns:
- REST API URL
- Throws:
ViewerConfigurationException- if any.
-
getRestApiUrlForIIIFPresention
- Returns:
- the configured REST API URL for IIIF Presentation
-
getIiifApiUrl
getIiifApiUrl.- Returns:
- the configured IIIF API base URL
- Throws:
ViewerConfigurationException- if any.
-
getRestApiUrlV1
- Returns:
- The url to the /api/v1 Rest Api
-
getTranslation
getTranslation.- Parameters:
language- ISO 639 language code to translatelocale- target locale code for the output language name- Returns:
- the localized display name of the given language in the target locale
-
getSidebarWidgetsForView
- Parameters:
view- Record view name- Returns:
- List of sidebar widget names to display in the given view (in the intended order)
-
isSidebarWidgetForViewCollapsible
- Parameters:
view- Record view namewidget- Widget name- Returns:
- true if widget configured as collapsible; false otherwise; default is false
-
isSidebarWidgetForViewCollapsedByDefault
- Parameters:
view- Record view namewidget- Widget name- Returns:
- true if widget configured as collapsed by default and collapsible in general; false otherwise; default is false
-
isDisplaySidebarBrowsingTerms
public boolean isDisplaySidebarBrowsingTerms()isDisplaySidebarBrowsingTerms.- Returns:
- true if the browsing terms widget should be displayed in the sidebar, false otherwise
-
isDisplaySidebarRssFeed
public boolean isDisplaySidebarRssFeed()isDisplaySidebarRssFeed.s
- Returns:
- true if the RSS feed widget should be displayed in the sidebar, false otherwise
-
isDisplaySidebarWidgetUsageCitationLinks
public boolean isDisplaySidebarWidgetUsageCitationLinks()isDisplaySidebarWidgetUsageCitationLinks.- Returns:
- true if citation links should be displayed in the sidebar usage widget, false otherwise
-
isDisplaySidebarWidgetUsageCitationRecommendation
public boolean isDisplaySidebarWidgetUsageCitationRecommendation()isDisplaySidebarWidgetUsageCitationRecommendation.- Returns:
- true if citation recommendations should be displayed in the sidebar usage widget, false otherwise
-
getSidebarWidgetUsagePageDownloadOptions
- Returns:
- List of configured
DownloadOptionitems
-
isDisplaySidebarWidgetUsagePageDownloadOptions
public boolean isDisplaySidebarWidgetUsagePageDownloadOptions() -
getSidebarWidgetUsageCitationRecommendationStyles
- Returns:
- List of available citation style names
-
isSubthemeDiscriminatorFieldSet
public boolean isSubthemeDiscriminatorFieldSet()isSubthemeDiscriminatorFieldSet.- Returns:
- true if a sub-theme discriminator field has been configured, false otherwise
-
isPullThemeEnabled
public boolean isPullThemeEnabled()- Returns:
- true if sub-theme selection via URL parameter pull is enabled, false otherwise
-
getTwitterName
getTwitterName.- Returns:
- the configured Twitter/X user name for social sharing links
-
getCopyrightIndicatorStyle
- Returns:
- the configured copyright indicator style name
-
getMapBoxToken
- Returns:
- the configured MapBox API token
-
getMapBoxUser
- Returns:
- the configured MapBox username
-
getMapBoxStyleId
- Returns:
- the configured MapBox style ID
-
getSearchHitsPerPageValues
- Returns:
- the configured list of selectable search hits-per-page values
-
getSearchChildHitsInitialLoadLimit
public int getSearchChildHitsInitialLoadLimit()- Returns:
- the configured maximum number of child hits loaded initially per search hit
-
getSearchChildHitsToLoadOnExpand
public int getSearchChildHitsToLoadOnExpand() -
getFeedbackEmailRecipients
- Returns:
- the configured list of e-mail recipients for user feedback messages
-
isDefaultSortFieldRandom
public boolean isDefaultSortFieldRandom()- Returns:
- true if default sorting field is 'RANDOM'; false otherwise
-
isDisplayUserGeneratedContentBelowImage
public boolean isDisplayUserGeneratedContentBelowImage()- Returns:
- true if user-generated content should be displayed below the image, false otherwise
-
isDisplayAnnotationTextInImage
public boolean isDisplayAnnotationTextInImage()- Returns:
- true if annotation text should be displayed overlaid on the image, false otherwise
-
isDisplayAddressSearchInMap
public boolean isDisplayAddressSearchInMap()- Returns:
- true if the address search input should be shown in map views, false otherwise
-
getSearchSortingAscendingKey
- Parameters:
field- Solr sort field name- Returns:
- the configured message key for the ascending sort label of the given field
-
getSearchSortingDescendingKey
- Parameters:
field- Solr sort field name- Returns:
- the configured message key for the descending sort label of the given field
-
getAdvancedSearchTemplateNames
- Returns:
- List of configured advanced search template names
-
isAdvancedSearchTemplatesEnabled
public boolean isAdvancedSearchTemplatesEnabled()- Returns:
- true if number of configured advanced search templates greater than 1; false otherwise
-
isSearchResultGroupsEnabled
public boolean isSearchResultGroupsEnabled()- Returns:
- true if result groups enabled; false otherwise
-
getSearchResultGroupNames
- Returns:
- List of names of the configured search result groups
-
isTranslateFacetFieldLabels
- Parameters:
facetField- Solr facet field name- Returns:
- true if facet field labels for the given field should be translated, false otherwise
-
useHeatmapForMapSearch
public boolean useHeatmapForMapSearch()- Returns:
- true if a heatmap should be used instead of individual markers for the map search, false otherwise
-
getMarkerForMapSearch
- Returns:
- the configured geo map marker used for the map search
-
getSelectionColorForMapSearch
- Returns:
- the configured selection highlight color for the map search
-
useHeatmapForFacetting
public boolean useHeatmapForFacetting()- Returns:
- true if a heatmap should be used instead of individual markers for geo facetting, false otherwise
-
getMarkerForFacetting
- Returns:
- the configured geo map marker used for geo facetting
-
getSelectionColorForFacetting
- Returns:
- the configured selection highlight color for geo facetting
-
useHeatmapForCMSMaps
public boolean useHeatmapForCMSMaps()- Returns:
- true if a heatmap should be used instead of individual markers for CMS map components, false otherwise
-
getDefaultMarkerForCMSMaps
- Returns:
- the configured default geo map marker for CMS map components, falling back to a marker named "default"
-
getGeomapAnnotationZoom
public int getGeomapAnnotationZoom()- Returns:
- the configured default zoom level used when centering the map on a geo annotation
-
getCampaignGeomapInitialViewAsJson
-
getCampaignGeomapTilesource
- Returns:
- the configured tile source URL for the crowdsourcing campaign geo map
-
isConfigEditorEnabled
public boolean isConfigEditorEnabled()- Returns:
- true if the admin configuration editor is enabled, false otherwise
-
isDisplaySearchHitNumbers
public boolean isDisplaySearchHitNumbers()- Returns:
- true if sequential hit numbers should be displayed next to search results, false otherwise
-
getGeomapFeatureTitleOptions
-
getMetadataConfiguration
-
getMetadataConfiguration
-
getPageType
- Parameters:
name- PageType name string to look up- Returns:
- the configured URL path segment for the given page type name
-
isFacetFieldDisplayValueFilter
- Parameters:
facetField- Solr facet field name- Returns:
- true if a value filter input should be displayed for the given facet field, false otherwise
-
isFacetFieldTypeBoolean
- Parameters:
facetField- Solr facet field name- Returns:
- true if the given facet field is configured as a boolean field, false otherwise
-
getFacetFieldDescriptionKey
- Parameters:
facetField- Solr facet field name- Returns:
- the configured message key for the description tooltip of the given facet field; null if none configured
-
isPdfPageRangeEnabled
public boolean isPdfPageRangeEnabled() -
isSidebarTocViewLinkVisible
public boolean isSidebarTocViewLinkVisible()isSidebarTocViewLinkVisible.- Returns:
- true if the table-of-contents view link should be visible in the sidebar views widget, false otherwise
-
getGeomapFilters
-
getGeomapClusterDistanceMultiplier
public float getGeomapClusterDistanceMultiplier() -
getGeomapClusterRadius
public int getGeomapClusterRadius() -
getGeomapDisableClusteringAtZoom
-