|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
java.lang.String |
encodeURL(ServerURL url,
URLContext context,
URLFormat format)
|
java.util.Map |
getBodyParameterMap()
Return the parameter map for the body if the request was a POST with the content type x-www-formurlencoded otherwise return null. |
javax.servlet.http.HttpServletRequest |
getClientRequest()
Return the request that made the connection to the server. |
javax.servlet.http.HttpServletResponse |
getClientResponse()
The original servlet response. |
java.lang.String |
getMediaType()
Return the normalized media type of the request or null if none has been provided by the client. |
java.lang.String |
getPortalContextPath()
Return the value of the portal context path for this request. |
java.lang.String |
getPortalRequestPath()
Return the value of the portal request path for this request. |
java.util.Map |
getQueryParameterMap()
Return the parameter map decoded form the query string. |
URLContext |
getURLContext()
Return the url context of this request. |
Methods inherited from interface org.jboss.portal.common.invocation.InvocationContext |
getAttribute, getAttributeResolver, removeAttribute, setAttribute |
Method Detail |
public javax.servlet.http.HttpServletRequest getClientRequest()
public javax.servlet.http.HttpServletResponse getClientResponse()
public java.util.Map getQueryParameterMap()
public java.util.Map getBodyParameterMap()
public java.lang.String getMediaType()
public URLContext getURLContext()
public java.lang.String getPortalRequestPath()
public java.lang.String getPortalContextPath()
public java.lang.String encodeURL(ServerURL url, URLContext context, URLFormat format)
url
- context
- format
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |