com.dyuproject.web
Class RequestUtil
java.lang.Object
com.dyuproject.web.RequestUtil
public final class RequestUtil
- extends Object
Util for reading request parameters from a PUT request.
This is not needed if Jetty is used.
- Author:
- David Yu
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
URL_FORM_ENCODED
public static final String URL_FORM_ENCODED
- See Also:
- Constant Field Values
PUT
public static final String PUT
- See Also:
- Constant Field Values
POST
public static final String POST
- See Also:
- Constant Field Values
RequestUtil
public RequestUtil()
getParams
public static Map<String,String> getParams(HttpServletRequest request)
throws IOException
- Throws:
IOException
parsePUTParams
public static Map<String,String> parsePUTParams(HttpServletRequest request)
throws IOException
- Throws:
IOException
Copyright © 2008-2013. All Rights Reserved.