public class HttpUtil extends Object
| Constructor and Description |
|---|
HttpUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getFullURL(javax.servlet.http.HttpServletRequest request)
Gets the full url
|
static boolean |
isMultipart(javax.servlet.http.HttpServletRequest request)
Detects if a request is multipart
|
public static String getFullURL(javax.servlet.http.HttpServletRequest request)
request - the HttpServletRequestpublic static final boolean isMultipart(javax.servlet.http.HttpServletRequest request)
request - the HttpServletRequestCopyright © 2019 personify. All rights reserved.