Class ViewController

java.lang.Object
de.digitalcollections.iiif.demo.frontend.ViewController

@Controller
public class ViewController
extends java.lang.Object
Demo controller for serving IIIF services on demo data.
  • Constructor Summary

    Constructors 
    Constructor Description
    ViewController()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getAbout​(org.springframework.ui.Model model)  
    java.lang.String getDivaPage​(java.lang.String identifier, org.springframework.ui.Model model)  
    java.lang.String getHomepage​(org.springframework.ui.Model model)  
    java.lang.String getImageInfoUrlDemo​(org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request)  
    java.lang.String getImageRequestUrlDemo​(org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request)  
    java.lang.String getLeafletImageViewerPage​(java.lang.String identifier, org.springframework.ui.Model model)  
    java.lang.String getLeafletManifestViewerPage​(java.lang.String identifier, org.springframework.ui.Model model)  
    java.lang.String getMiradorCanvasLinkPage​(java.lang.String identifier, org.springframework.ui.Model model)  
    java.lang.String getMiradorDownloadMenuPage​(java.lang.String identifier, org.springframework.ui.Model model)  
    java.lang.String getMiradorImageCropperPage​(java.lang.String identifier, org.springframework.ui.Model model)  
    java.lang.String getMiradorKeyboardNavigationPage​(java.lang.String identifier, org.springframework.ui.Model model)  
    java.lang.String getMiradorManifestButtonPage​(java.lang.String identifier, org.springframework.ui.Model model)  
    java.lang.String getMiradorMultiPageNavigationPage​(java.lang.String identifier, org.springframework.ui.Model model)  
    java.lang.String getMiradorPage​(java.lang.String identifier, org.springframework.ui.Model model)  
    java.lang.String getMiradorPhysicalRulerPage​(java.lang.String identifier, org.springframework.ui.Model model)  
    java.lang.String getMiradorViewFromUrlPage​(java.lang.String identifier, org.springframework.ui.Model model)  
    java.lang.String getOpenSeadragonPage​(java.lang.String identifier, org.springframework.ui.Model model)  
    java.lang.String getPresentationCollectionUrlDemo​(java.lang.String name, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request)  
    java.lang.String getPresentationManifestUrlDemo​(java.lang.String identifier, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request)  
    java.lang.String getTifyPage​(java.lang.String identifier, org.springframework.ui.Model model)  
    java.lang.String getUniversalViewerPage​(java.lang.String identifier, org.springframework.ui.Model model)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • getHomepage

      @RequestMapping(value={"","/"}, method=GET) public java.lang.String getHomepage​(org.springframework.ui.Model model)
    • getAbout

      @RequestMapping(value="/about", method=GET) public java.lang.String getAbout​(org.springframework.ui.Model model)
    • getImageRequestUrlDemo

      @RequestMapping(value="/image-request-url.html", method=GET) public java.lang.String getImageRequestUrlDemo​(org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request)
    • getImageInfoUrlDemo

      @RequestMapping(value="/image-info-url.html", method=GET) public java.lang.String getImageInfoUrlDemo​(org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request)
    • getOpenSeadragonPage

      @RequestMapping(value="/{identifier}/view_image.html", method=GET) public java.lang.String getOpenSeadragonPage​(@PathVariable java.lang.String identifier, org.springframework.ui.Model model)
    • getLeafletImageViewerPage

      @RequestMapping(value="/{identifier}/view_leaflet-image.html", method=GET) public java.lang.String getLeafletImageViewerPage​(@PathVariable java.lang.String identifier, org.springframework.ui.Model model)
    • getPresentationManifestUrlDemo

      @RequestMapping(value="/{identifier}/presentation-manifest-url.html", method=GET) public java.lang.String getPresentationManifestUrlDemo​(@PathVariable java.lang.String identifier, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request)
    • getPresentationCollectionUrlDemo

      @RequestMapping(value="/{name}/presentation-collection-url.html", method=GET) public java.lang.String getPresentationCollectionUrlDemo​(@PathVariable java.lang.String name, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request)
    • getMiradorPage

      @RequestMapping(value="/{identifier}/view_mirador.html", method=GET) public java.lang.String getMiradorPage​(@PathVariable java.lang.String identifier, org.springframework.ui.Model model)
    • getUniversalViewerPage

      @RequestMapping(value="/{identifier}/view_universal.html", method=GET) public java.lang.String getUniversalViewerPage​(@PathVariable java.lang.String identifier, org.springframework.ui.Model model)
    • getTifyPage

      @RequestMapping(value="/{identifier}/view_tify.html", method=GET) public java.lang.String getTifyPage​(@PathVariable java.lang.String identifier, org.springframework.ui.Model model)
    • getLeafletManifestViewerPage

      @RequestMapping(value="/{identifier}/view_leaflet-presentation.html", method=GET) public java.lang.String getLeafletManifestViewerPage​(@PathVariable java.lang.String identifier, org.springframework.ui.Model model)
    • getDivaPage

      @RequestMapping(value="/{identifier}/view_diva.html", method=GET) public java.lang.String getDivaPage​(@PathVariable java.lang.String identifier, org.springframework.ui.Model model)
    • getMiradorCanvasLinkPage

      @RequestMapping(value="/{identifier}/view_mirador_canvaslink.html", method=GET) public java.lang.String getMiradorCanvasLinkPage​(@PathVariable java.lang.String identifier, org.springframework.ui.Model model)
    • getMiradorDownloadMenuPage

      @RequestMapping(value="/{identifier}/view_mirador_downloadmenu.html", method=GET) public java.lang.String getMiradorDownloadMenuPage​(@PathVariable java.lang.String identifier, org.springframework.ui.Model model)
    • getMiradorImageCropperPage

      @RequestMapping(value="/{identifier}/view_mirador_imagecropper.html", method=GET) public java.lang.String getMiradorImageCropperPage​(@PathVariable java.lang.String identifier, org.springframework.ui.Model model)
    • getMiradorKeyboardNavigationPage

      @RequestMapping(value="/{identifier}/view_mirador_keyboardnavigation.html", method=GET) public java.lang.String getMiradorKeyboardNavigationPage​(@PathVariable java.lang.String identifier, org.springframework.ui.Model model)
    • getMiradorManifestButtonPage

      @RequestMapping(value="/{identifier}/view_mirador_manifestbutton.html", method=GET) public java.lang.String getMiradorManifestButtonPage​(@PathVariable java.lang.String identifier, org.springframework.ui.Model model)
    • getMiradorMultiPageNavigationPage

      @RequestMapping(value="/{identifier}/view_mirador_multipagenavigation.html", method=GET) public java.lang.String getMiradorMultiPageNavigationPage​(@PathVariable java.lang.String identifier, org.springframework.ui.Model model)
    • getMiradorPhysicalRulerPage

      @RequestMapping(value="/{identifier}/view_mirador_physicalruler.html", method=GET) public java.lang.String getMiradorPhysicalRulerPage​(@PathVariable java.lang.String identifier, org.springframework.ui.Model model)
    • getMiradorViewFromUrlPage

      @RequestMapping(value="/{identifier}/view_mirador_viewfromurl.html", method=GET) public java.lang.String getMiradorViewFromUrlPage​(@PathVariable java.lang.String identifier, org.springframework.ui.Model model)