@Controller public class ViewController extends Object
| Constructor and Description |
|---|
ViewController() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAbout(org.springframework.ui.Model model) |
String |
getHomepage(org.springframework.ui.Model model) |
protected Map<String,String> |
getIIIFVersions() |
String |
getImageInfoUrlDemo(org.springframework.ui.Model model,
javax.servlet.http.HttpServletRequest request) |
String |
getImageRequestUrlDemo(org.springframework.ui.Model model,
javax.servlet.http.HttpServletRequest request) |
String |
getLeafletImageViewerPage(String identifier,
org.springframework.ui.Model model) |
String |
getLeafletManifestViewerPage(String identifier,
org.springframework.ui.Model model) |
String |
getMiradorCanvasLinkPage(String identifier,
org.springframework.ui.Model model) |
String |
getMiradorImageCropperPage(String identifier,
org.springframework.ui.Model model) |
String |
getMiradorKeyboardNavigationPage(String identifier,
org.springframework.ui.Model model) |
String |
getMiradorManifestButtonPage(String identifier,
org.springframework.ui.Model model) |
String |
getMiradorMultiPageNavigationPage(String identifier,
org.springframework.ui.Model model) |
String |
getMiradorPage(String identifier,
org.springframework.ui.Model model) |
String |
getMiradorPhysicalRulerPage(String identifier,
org.springframework.ui.Model model) |
String |
getMiradorViewFromUrlPage(String identifier,
org.springframework.ui.Model model) |
String |
getOpenSeadragonPage(String identifier,
org.springframework.ui.Model model) |
String |
getPresentationCollectionUrlDemo(String name,
org.springframework.ui.Model model,
javax.servlet.http.HttpServletRequest request) |
String |
getPresentationManifestUrlDemo(String identifier,
org.springframework.ui.Model model,
javax.servlet.http.HttpServletRequest request) |
String |
getTifyPage(String identifier,
org.springframework.ui.Model model) |
String |
getUniversalViewerPage(String identifier,
org.springframework.ui.Model model) |
@RequestMapping(value={"","/"},
method=GET)
public String getHomepage(org.springframework.ui.Model model)
@RequestMapping(value="/about",
method=GET)
public String getAbout(org.springframework.ui.Model model)
@RequestMapping(value="/image-request-url.html",
method=GET)
public String getImageRequestUrlDemo(org.springframework.ui.Model model,
javax.servlet.http.HttpServletRequest request)
@RequestMapping(value="/image-info-url.html",
method=GET)
public String getImageInfoUrlDemo(org.springframework.ui.Model model,
javax.servlet.http.HttpServletRequest request)
@RequestMapping(value="/{identifier}/view_image.html",
method=GET)
public String getOpenSeadragonPage(@PathVariable
String identifier,
org.springframework.ui.Model model)
@RequestMapping(value="/{identifier}/view_leaflet-image.html",
method=GET)
public String getLeafletImageViewerPage(@PathVariable
String identifier,
org.springframework.ui.Model model)
@RequestMapping(value="/{identifier}/presentation-manifest-url.html",
method=GET)
public String getPresentationManifestUrlDemo(@PathVariable
String identifier,
org.springframework.ui.Model model,
javax.servlet.http.HttpServletRequest request)
@RequestMapping(value="/{name}/presentation-collection-url.html",
method=GET)
public String getPresentationCollectionUrlDemo(@PathVariable
String name,
org.springframework.ui.Model model,
javax.servlet.http.HttpServletRequest request)
@RequestMapping(value="/{identifier}/view_mirador.html",
method=GET)
public String getMiradorPage(@PathVariable
String identifier,
org.springframework.ui.Model model)
@RequestMapping(value="/{identifier}/view_universal.html",
method=GET)
public String getUniversalViewerPage(@PathVariable
String identifier,
org.springframework.ui.Model model)
@RequestMapping(value="/{identifier}/view_tify.html",
method=GET)
public String getTifyPage(@PathVariable
String identifier,
org.springframework.ui.Model model)
@RequestMapping(value="/{identifier}/view_leaflet-presentation.html",
method=GET)
public String getLeafletManifestViewerPage(@PathVariable
String identifier,
org.springframework.ui.Model model)
@RequestMapping(value="/{identifier}/view_mirador_canvaslink.html",
method=GET)
public String getMiradorCanvasLinkPage(@PathVariable
String identifier,
org.springframework.ui.Model model)
@RequestMapping(value="/{identifier}/view_mirador_imagecropper.html",
method=GET)
public String getMiradorImageCropperPage(@PathVariable
String identifier,
org.springframework.ui.Model model)
@RequestMapping(value="/{identifier}/view_mirador_keyboardnavigation.html",
method=GET)
public String getMiradorKeyboardNavigationPage(@PathVariable
String identifier,
org.springframework.ui.Model model)
@RequestMapping(value="/{identifier}/view_mirador_manifestbutton.html",
method=GET)
public String getMiradorManifestButtonPage(@PathVariable
String identifier,
org.springframework.ui.Model model)
@RequestMapping(value="/{identifier}/view_mirador_multipagenavigation.html",
method=GET)
public String getMiradorMultiPageNavigationPage(@PathVariable
String identifier,
org.springframework.ui.Model model)
@RequestMapping(value="/{identifier}/view_mirador_physicalruler.html",
method=GET)
public String getMiradorPhysicalRulerPage(@PathVariable
String identifier,
org.springframework.ui.Model model)
@RequestMapping(value="/{identifier}/view_mirador_viewfromurl.html",
method=GET)
public String getMiradorViewFromUrlPage(@PathVariable
String identifier,
org.springframework.ui.Model model)
Copyright © 2017. All rights reserved.