Class DirectoryUtils
java.lang.Object
io.undertow.server.handlers.resource.DirectoryUtils
- Author:
- Stuart Douglas
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic voidrenderDirectoryListing(HttpServerExchange exchange, Resource resource) static StringBuilderrenderDirectoryListing(String path, Resource resource) static booleansendRequestedBlobs(HttpServerExchange exchange) Serve static resource for the directory listing
-
Method Details
-
sendRequestedBlobs
Serve static resource for the directory listing- Parameters:
exchange- The exchange- Returns:
- true if resources were served
-
renderDirectoryListing
-
renderDirectoryListing
-