Class DirectoryUtils
java.lang.Object
io.undertow.server.handlers.resource.DirectoryUtils
- Author:
- Stuart Douglas
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic void
renderDirectoryListing
(HttpServerExchange exchange, Resource resource) static StringBuilder
renderDirectoryListing
(String path, Resource resource) static boolean
sendRequestedBlobs
(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
-