|
Home > Archive > WebSphere Portal Server > April 2004 > PortletResponseImpl
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
PortletResponseImpl
|
|
| aymanm1 2004-04-15, 7:34 pm |
| Hello,
What package has the class PortletResponseImpl ?
What packages do I need to have all resolved in the following line
HttpServletResponse servletResponse =
((PortletResponseImpl) resp).getHttpServletResponse();
I have imported the following packages, but that seems no to be enough for the above line to compile:
import org.apache.jetspeed.portlet.*;
import javax.servlet.http.*;
thanks
AME
| |
| Michael Yashin 2004-04-16, 2:34 am |
| Hi,
You need something like this:
com.ibm.wps.****
com.ibm.websphere.****
Regards,
Michael Yashin
|
|
|
|
|