public final class ServletRequestUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static Map<String,String[]> |
getFormParams(javax.servlet.http.HttpServletRequest request) |
static Map<String,String[]> |
getQueryParams(javax.servlet.http.HttpServletRequest request) |
static Map<String,String[]> |
getRequestParams(javax.servlet.http.HttpServletRequest request) |
static Map<String,String[]> |
parseServletRequest(javax.servlet.ServletRequest request) |
static String |
readFormBody(javax.servlet.http.HttpServletRequest request) |
public static Map<String,String[]> getQueryParams(javax.servlet.http.HttpServletRequest request) throws MiniAuthException
MiniAuthExceptionpublic static Map<String,String[]> getFormParams(javax.servlet.http.HttpServletRequest request) throws MiniAuthException, IOException
MiniAuthExceptionIOExceptionpublic static Map<String,String[]> getRequestParams(javax.servlet.http.HttpServletRequest request) throws MiniAuthException
MiniAuthExceptionpublic static String readFormBody(javax.servlet.http.HttpServletRequest request) throws IOException
IOExceptionCopyright © 2013. All rights reserved.