Package io.goobi.viewer.controller.model
Class ProviderConfiguration
java.lang.Object
io.goobi.viewer.controller.model.ProviderConfiguration
This class bundles provider configurations for IIIF manifests int a s single object
- Author:
- florian
-
Constructor Summary
ConstructorDescriptionProviderConfiguration
(String uri, String label) ProviderConfiguration
(org.apache.commons.configuration2.HierarchicalConfiguration<org.apache.commons.configuration2.tree.ImmutableNode> config) -
Method Summary
-
Constructor Details
-
ProviderConfiguration
- Parameters:
uri
-label
-- Throws:
PresentationException
-
ProviderConfiguration
public ProviderConfiguration(org.apache.commons.configuration2.HierarchicalConfiguration<org.apache.commons.configuration2.tree.ImmutableNode> config) throws PresentationException - Parameters:
config
-- Throws:
PresentationException
-
-
Method Details
-
getUri
- Returns:
- the uri
-
getLabel
- Returns:
- the label
-
getLogos
- Returns:
- the logos
-
getHomepages
- Returns:
- the homepages
-