Package io.goobi.viewer.model.urlresolution


package io.goobi.viewer.model.urlresolution
Provides URL resolution and navigation history support for the Goobi viewer web application. ViewerPath models a parsed request URL, ViewerPathBuilder constructs paths from HTTP requests, and ViewHistory tracks recently visited views to enable back-navigation.
  • Classes
    Class
    Description
    Stores the url path of a http request organized by its logical parts so application url, application name, view type and parameter urls can be retrieved independendly.
    Offers static methods to create ViewerPaths from a http request.
    Offers methods to store information about the current and previous html-view (page) in the session store.