public class WebdavMethodUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
private static List<String> |
READ_METHODS |
| Constructor and Description |
|---|
WebdavMethodUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getMethodPermission(String method) |
static boolean |
isReadMethod(String method) |
private static final List<String> READ_METHODS
public WebdavMethodUtil()
public static String getMethodPermission(String method)
public static boolean isReadMethod(String method)
Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.