Class: Spotlight::Resources::IiifHarvesterController
- Inherits:
-
Spotlight::ResourcesController
- Object
- ApplicationController
- ApplicationController
- Spotlight::ResourcesController
- Spotlight::Resources::IiifHarvesterController
- Defined in:
- app/controllers/spotlight/resources/iiif_harvester_controller.rb
Overview
IIIF resources harvesting endpoint
Instance Method Summary collapse
Methods inherited from Spotlight::ResourcesController
#create, #monitor, #new, #reindex_all
Methods included from Concerns::ApplicationController
#enabled_in_spotlight_view_type_configuration?, #field_enabled?
Methods included from Controller
#blacklight_config, #current_exhibit, #current_masthead, #current_masthead=, #current_site, #default_url_options, #exhibit_masthead?, #exhibit_search_action_url, #exhibit_search_facet_url, #resource_masthead?, #search_action_url, #search_facet_url, #set_exhibit_locale_scope, #set_locale
Methods included from Config
#exhibit_specific_blacklight_config
Instance Method Details
#resource_class ⇒ Object
5 6 7 |
# File 'app/controllers/spotlight/resources/iiif_harvester_controller.rb', line 5 def resource_class Spotlight::Resources::IiifHarvester end |