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

ServerRequestContext - JBOSS Portal 2.4 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 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.
 

Method Detail

getParameterMap

public java.util.Map getParameterMap()
Return the parameter map.


getMediaType

public java.lang.String getMediaType()
Return the normalized media type of the request or null if none has been provided by the client.


getURLContext

public URLContext getURLContext()
Return the url context of this request.


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.