|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServerInvocationContext
Method Summary | |
---|---|
ParameterMap |
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()
Return the response that will be used by the server. |
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 |
getPortalHost()
Return the portal host value for this request. |
java.lang.String |
getPortalRequestPath()
Return the value of the portal request path for this request. |
ParameterMap |
getQueryParameterMap()
Return the parameter map decoded form the query string. |
URLContext |
getURLContext()
Return the url context of this request. |
java.lang.String |
renderURL(ServerURL url,
URLContext context,
URLFormat format)
Renders an URL. |
Methods inherited from interface org.jboss.portal.common.invocation.InvocationContext |
---|
getAttribute, getAttributeResolver, removeAttribute, setAttribute |
Method Detail |
---|
javax.servlet.http.HttpServletRequest getClientRequest()
javax.servlet.http.HttpServletResponse getClientResponse()
ParameterMap getQueryParameterMap()
ParameterMap getBodyParameterMap()
java.lang.String getMediaType()
URLContext getURLContext()
java.lang.String getPortalRequestPath()
java.lang.String getPortalContextPath()
java.lang.String getPortalHost()
java.lang.String renderURL(ServerURL url, URLContext context, URLFormat format)
url
- the url structurecontext
- the url contextformat
- the url format
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |