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

ComponentRequestContext - JBOSS Portal 2.2 API 英文版文档


org.jboss.portal.server.app
Interface ComponentRequestContext

All Known Implementing Classes:
CoreComponentRequestContext, PortletController.ComponentRequestContextImpl

public interface ComponentRequestContext


Method Summary
 javax.servlet.http.HttpServletRequest getClientRequest()
          Deprecated.  
 NavigationalState getNavigationalState()
          Provide the navigational state of the component.
 

Method Detail

getClientRequest

public javax.servlet.http.HttpServletRequest getClientRequest()
Deprecated.  

Return the request that made the connection to the server. Still used but usage should be limited as it introduce a dependency on the fact that the component caller must provide an HttpServletRequest, this is why this method is tagged as deprecated.


getNavigationalState

public NavigationalState getNavigationalState()
Provide the navigational state of the component.