public interface WebdavRequest
| Modifier and Type | Method and Description |
|---|---|
String |
getAttribute(String name) |
Set<String> |
getAttributeNames() |
int |
getContentLength() |
String |
getContextPath() |
String |
getHeader(String name) |
Set<String> |
getHeaderNames() |
InputStream |
getInputStream() |
Locale |
getLocale() |
String |
getMethod() |
String |
getParameter(String name) |
Set<String> |
getParameterNames() |
String |
getPathInfo() |
String |
getRequestURI() |
String |
getServerName() |
String |
getServicePath() |
Principal |
getUserPrincipal() |
String getMethod()
Principal getUserPrincipal()
String getRequestURI()
String getPathInfo()
Locale getLocale()
String getServerName()
InputStream getInputStream() throws IOException
IOExceptionint getContentLength()
String getContextPath()
String getServicePath()
Copyright © 2015. All Rights Reserved.