当前页面:
在线文档首页 >
JBOSS Portal 2.2 API 英文版文档
PortalServlet.ServerRequestContextImpl - JBOSS Portal 2.2 API 英文版文档
org.jboss.portal.server.servlet
Class PortalServlet.ServerRequestContextImpl
java.lang.Object
org.jboss.portal.server.servlet.PortalServlet.ServerRequestContextImpl
- All Implemented Interfaces:
- ServerRequestContext
- Enclosing class:
- PortalServlet
- public class PortalServlet.ServerRequestContextImpl
- extends java.lang.Object
- implements 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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortalServlet.ServerRequestContextImpl
public PortalServlet.ServerRequestContextImpl(javax.servlet.http.HttpServletRequest req,
java.lang.String requestPath,
java.lang.String contextPath)
getClientRequest
public javax.servlet.http.HttpServletRequest getClientRequest()
- Description copied from interface:
ServerRequestContext
- Return the request that made the connection to the server.
- Specified by:
getClientRequest
in interface ServerRequestContext
getPortalRequestPath
public java.lang.String getPortalRequestPath()
- Description copied from interface:
ServerRequestContext
- Return the value of the portal request path for this request.
- Specified by:
getPortalRequestPath
in interface ServerRequestContext
getPortalContextPath
public java.lang.String getPortalContextPath()
- Description copied from interface:
ServerRequestContext
- Return the value of the portal context path for this request.
- Specified by:
getPortalContextPath
in interface ServerRequestContext