i2p.susi.webmail
Class RequestWrapper
java.lang.Object
i2p.susi.webmail.RequestWrapper
public class RequestWrapper
- extends Object
- Author:
- user
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequestWrapper
public RequestWrapper(HttpServletRequest httpRequest)
- Parameters:
httpRequest
-
getSession
public HttpSession getSession(boolean b)
- Parameters:
b
-
getParameter
public String getParameter(String name)
- Parameters:
name
- Specific parameter key
- Returns:
- parameter value
getSession
public HttpSession getSession()
getParameterNames
public Enumeration getParameterNames()
- Returns:
- List of request parameter names
getContentLength
public int getContentLength()
- Returns:
- The total length of the content.
getContentType
public String getContentType()
- Returns:
- The content type of the request.
getContentType
public String getContentType(String partName)
getAttribute
public Object getAttribute(String string)
getParameter
public String getParameter(String name,
String defaultValue)
getFilename
public String getFilename(String partName)
getInputStream
public InputStream getInputStream(String partName)