Class DirectoryUtils
- java.lang.Object
-
- io.undertow.server.handlers.resource.DirectoryUtils
-
public class DirectoryUtils extends java.lang.Object- Author:
- Stuart Douglas
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDirectoryUtils.BlobsConstant Content
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static voidrenderDirectoryListing(HttpServerExchange exchange, Resource resource)static java.lang.StringBuilderrenderDirectoryListing(HttpServerExchange exchange, java.lang.String path, Resource resource)static java.lang.StringBuilderrenderDirectoryListing(java.lang.String path, Resource resource)Deprecated, for removal: This API element is subject to removal in a future version.static booleansendRequestedBlobs(HttpServerExchange exchange)Serve static resource for the directory listing
-
-
-
Method Detail
-
sendRequestedBlobs
public static boolean sendRequestedBlobs(HttpServerExchange exchange)
Serve static resource for the directory listing- Parameters:
exchange- The exchange- Returns:
- true if resources were served
-
renderDirectoryListing
@Deprecated(forRemoval=true, since="2.3.6.Final") public static java.lang.StringBuilder renderDirectoryListing(java.lang.String path, Resource resource)Deprecated, for removal: This API element is subject to removal in a future version.- Parameters:
path-resource-- Returns:
-
renderDirectoryListing
public static java.lang.StringBuilder renderDirectoryListing(HttpServerExchange exchange, java.lang.String path, Resource resource)
-
renderDirectoryListing
public static void renderDirectoryListing(HttpServerExchange exchange, Resource resource)
-
-