|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PortletStreamException | |
oss.net.pstream | Portlet Streamer 1.0 Release |
Uses of PortletStreamException in oss.net.pstream |
Methods in oss.net.pstream that throw PortletStreamException | |
java.lang.String |
PortletStreamParameters.getContentBuffer()
Method getContentBuffer returns the ResponseBody as a string, and if it has not yet been fetched it is fetched when this method is called. |
java.io.InputStream |
PortletStreamParameters.getResponseBodyInputStream()
Method getResponseBodyInputStream returns the response body as an input stream. |
void |
PortletStream.execute(org.apache.commons.httpclient.HttpClient Client,
org.apache.commons.httpclient.HttpMethodBase method,
PortletStreamParameters Params,
javax.servlet.http.HttpServletRequest Request,
javax.servlet.http.HttpServletResponse Response)
A one-stop method to build out the parms, run the prefetch rewrite, execute the method, run the postfetch rewrite and set the response headers. |
void |
PortletStream.execute(org.apache.commons.httpclient.HttpClient Client,
org.apache.commons.httpclient.HttpMethodBase method,
PortletStreamParameters Params,
javax.servlet.http.HttpServletRequest Request)
Like the execute above, except that the Response is not passed and, concequently, not modified. |
Constructors in oss.net.pstream that throw PortletStreamException | |
PortletStream(boolean Debug)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |