Class AbstractWebServerConfiguration

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.String> getFilePaths()
      Get paths that are to be returned by the web server as individual files or directory listings.
      java.util.List<java.lang.String> getForbiddenPaths()
      Get paths that are not to be returned.
      java.util.Map<java.lang.String,​java.lang.String> getRedirectedPaths()
      Get paths that are to redirected by the web server.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait