Class SeeAlsoService

java.lang.Object
org.dspace.app.iiif.service.AbstractResourceService
org.dspace.app.iiif.service.SeeAlsoService

@RequestScope @Component public class SeeAlsoService extends AbstractResourceService
This service provides methods for creating seAlso external link. There should be a single instance of this service per request. The @RequestScope provides a single instance created and available during complete lifecycle of the HTTP request.
Author:
Michael Spalti mspalti@willamette.edu, Andrea Bollini (andrea.bollini at 4science.it)
  • Constructor Details

    • SeeAlsoService

      public SeeAlsoService(org.dspace.services.ConfigurationService configurationService)
  • Method Details