|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.portal.server.servlet.PortalServlet.ServerRequestContextImpl
| Constructor Summary | |
PortalServlet.ServerRequestContextImpl(javax.servlet.http.HttpServletRequest req,
java.lang.String requestPath,
java.lang.String contextPath,
java.util.Map parameterMap,
URLContext urlContext,
java.lang.String mediaType)
|
|
| Method Summary | |
javax.servlet.http.HttpServletRequest |
getClientRequest()
Return the request that made the connection to 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.util.Map |
getParameterMap()
Return the parameter map. |
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. |
URLContext |
getURLContext()
Return the url context of this request. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PortalServlet.ServerRequestContextImpl(javax.servlet.http.HttpServletRequest req,
java.lang.String requestPath,
java.lang.String contextPath,
java.util.Map parameterMap,
URLContext urlContext,
java.lang.String mediaType)
| Method Detail |
public java.lang.String getMediaType()
ServerRequestContext
getMediaType in interface ServerRequestContextpublic URLContext getURLContext()
ServerRequestContext
getURLContext in interface ServerRequestContextpublic java.util.Map getParameterMap()
ServerRequestContext
getParameterMap in interface ServerRequestContextpublic javax.servlet.http.HttpServletRequest getClientRequest()
ServerRequestContext
getClientRequest in interface ServerRequestContextpublic java.lang.String getPortalRequestPath()
ServerRequestContext
getPortalRequestPath in interface ServerRequestContextpublic java.lang.String getPortalContextPath()
ServerRequestContext
getPortalContextPath in interface ServerRequestContext
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||