org.jboss.portal.server
Interface ServerRequestContext

All Known Implementing Classes:
PortalServlet.ServerRequestContextImpl

public interface ServerRequestContext


Method Summary
 javax.servlet.http.HttpServletRequest getClientRequest()
          Return the request that made the connection to the server.
 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.
 

Method Detail

getClientRequest

public javax.servlet.http.HttpServletRequest getClientRequest()
Return the request that made the connection to the server.


getPortalRequestPath

public java.lang.String getPortalRequestPath()
Return the value of the portal request path for this request.


getPortalContextPath

public java.lang.String getPortalContextPath()
Return the value of the portal context path for this request.