|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.portal.web.RequestInfo
public class RequestInfo
Compute useful information about an HttpServletRequest.
| Field Summary | |
|---|---|
static java.lang.String |
APPLICATION_X_WWW_FORM_URLENCODED_MEDIA_TYPE
. |
static int |
GET_METHOD
. |
static java.lang.String |
MULTIPART_FORM_DATA_MEDIA_TYPE
. |
static int |
POST_METHOD
. |
static java.nio.charset.Charset |
UTF_8_CHARSET
. |
| Constructor Summary | |
|---|---|
RequestInfo(javax.servlet.http.HttpServletRequest req)
|
|
| Method Summary | |
|---|---|
ParameterMap |
getBodyParameterMap()
|
java.lang.String |
getMediaType()
|
int |
getMethod()
|
ParameterMap |
getQueryParameterMap()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int GET_METHOD
public static final int POST_METHOD
public static final java.lang.String APPLICATION_X_WWW_FORM_URLENCODED_MEDIA_TYPE
public static final java.lang.String MULTIPART_FORM_DATA_MEDIA_TYPE
public static final java.nio.charset.Charset UTF_8_CHARSET
| Constructor Detail |
|---|
public RequestInfo(javax.servlet.http.HttpServletRequest req)
throws java.io.UnsupportedEncodingException,
IllegalRequestException
java.io.UnsupportedEncodingException
IllegalRequestException| Method Detail |
|---|
public ParameterMap getQueryParameterMap()
public ParameterMap getBodyParameterMap()
public int getMethod()
public java.lang.String getMediaType()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||