Class FileResourceManager

java.lang.Object
io.goobi.viewer.controller.FileResourceManager

public class FileResourceManager extends Object
Author:
florian
  • Constructor Details

    • FileResourceManager

      public FileResourceManager(javax.servlet.ServletContext servletContex, String theme)
      Parameters:
      servletContex - The servletContext of the application
      theme - A file system path containing the root path of a theme repository. May be null to use the internal resource path for theme resources
  • Method Details

    • getCoreResourcePath

      public Path getCoreResourcePath(String resource)
    • getThemeResourcePath

      public Path getThemeResourcePath(String resource)
    • getCoreResourceURI

      public URI getCoreResourceURI(String resource)
    • getThemeResourceURI

      public URI getThemeResourceURI(String resource)