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
#add_breadcrumb, #blacklight_config, #breadcrumbs, #current_exhibit, #current_masthead, #current_masthead=, #current_site, #default_url_options, #exhibit_masthead?, #exhibit_search_action_url, #exhibit_search_facet_path, #resource_masthead?, #search_action_url, #search_facet_path, #search_state, #set_exhibit_locale_scope, #set_locale
Methods included from Config
#exhibit_specific_blacklight_config
Instance Method Details
#resource_class ⇒ Object
      7 8 9  | 
    
      # File 'app/controllers/spotlight/resources/iiif_harvester_controller.rb', line 7 def resource_class Spotlight::Resources::IiifHarvester end  |