站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.2 API 英文版文档

ServerRequestContext - JBOSS Portal 2.2 API 英文版文档


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.