public class RetryRequestParams extends Object implements Serializable
| Constructor and Description |
|---|
RetryRequestParams(ServletRequest request)
Constructor - this populates the wrapper from the object in session
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBodyContent() |
int |
getContentLength() |
String |
getContentType() |
String |
getContextPath() |
String |
getEncoding() |
Map |
getHeaders() |
Locale |
getLocale() |
Vector |
getLocales() |
String |
getMethod() |
String |
getPathInfo() |
String |
getProtocol() |
String |
getQueryString() |
String |
getScheme() |
String |
getServletPath() |
public RetryRequestParams(ServletRequest request) throws IOException
IOExceptionpublic byte[] getBodyContent()
public int getContentLength()
public String getContentType()
public String getEncoding()
public Map getHeaders()
public Locale getLocale()
public Vector getLocales()
public String getMethod()
public String getPathInfo()
public String getProtocol()
public String getQueryString()
public String getScheme()
public String getServletPath()
public String getContextPath()
Copyright © 2014. All rights reserved.