|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPortalRequestUtils
| Method Summary | |
|---|---|
HttpServletRequest |
getCurrentPortalRequest()
Uses RequestContextHolder to retrieve the current
portal HttpServletRequest |
HttpServletRequest |
getOriginalPortalRequest(HttpServletRequest portletRequest)
|
HttpServletRequest |
getOriginalPortalRequest(PortletRequest portletRequest)
Useful for container service callbacks and service portlets that are provided with the portlet's request but need access to the portal's HttpServletRequest. |
HttpServletResponse |
getOriginalPortalResponse(HttpServletRequest portletRequest)
|
HttpServletResponse |
getOriginalPortalResponse(PortletRequest portletRequest)
Useful for container service callbacks and service portlets that are provided with the portlet's request but need access to the portal's HttpServletResponse. |
HttpServletRequest |
getOriginalPortletAdaptorRequest(HttpServletRequest portletRequest)
|
HttpServletRequest |
getOriginalPortletAdaptorRequest(PortletRequest portletRequest)
Useful for container service callbacks that are provided with the portlet's request but need access to the HttpServletRequest passed into the portlet container. |
HttpServletRequest |
getPortletAdaptorParentRequest(HttpServletRequest portletRequest)
|
| Method Detail |
|---|
HttpServletRequest getOriginalPortletAdaptorRequest(PortletRequest portletRequest)
portletRequest - The request targeted to the portlet
HttpServletRequest getOriginalPortletAdaptorRequest(HttpServletRequest portletRequest)
getOriginalPortletAdaptorRequest(PortletRequest)HttpServletRequest getPortletAdaptorParentRequest(HttpServletRequest portletRequest)
portletRequest - The request targeted to the portlet
HttpServletRequest getOriginalPortalRequest(PortletRequest portletRequest)
portletRequest - The request targeted to the portlet
HttpServletRequest getOriginalPortalRequest(HttpServletRequest portletRequest)
getOriginalPortalRequest(PortletRequest)HttpServletResponse getOriginalPortalResponse(PortletRequest portletRequest)
portletRequest - The request targeted to the portlet
HttpServletResponse getOriginalPortalResponse(HttpServletRequest portletRequest)
getOriginalPortalResponse(PortletRequest)HttpServletRequest getCurrentPortalRequest()
RequestContextHolder to retrieve the current
portal HttpServletRequest
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||