Class: Spotlight::Resources::IiifHarvesterController

Inherits:
Spotlight::ResourcesController show all
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_classObject



7
8
9
# File 'app/controllers/spotlight/resources/iiif_harvester_controller.rb', line 7

def resource_class
  Spotlight::Resources::IiifHarvester
end