我的问题是PortletRequest
从HttpServletRequest
我放了这句话:
PortletRequest request = (PortletRequest) HttpServletRequest.getAttribute();
我应该把什么放进去.getAttribute();
当我在 IBM Portlet Factory 中开发时,我使用.getAttribute(Constants.PORTLET_REQUEST)
了 The Constants are into one.jar
现在我需要使用 in 来执行此操作Portlet
,JSR168
或者有另一种方法可以在PortletRequest
不使用的情况下获得HttpServletRequest
我希望你能帮帮我