|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.portal.portlet.impl.jsr168.api.PortletRequestDispatcherImpl
public class PortletRequestDispatcherImpl
Method Summary | |
---|---|
void |
include(RenderRequest req,
RenderResponse resp)
Includes the content of a resource (servlet, JSP page, HTML file) in the response. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void include(RenderRequest req, RenderResponse resp) throws PortletException, java.io.IOException
PortletRequestDispatcher
include
in interface PortletRequestDispatcher
req
- a RenderRequest
object that contains the client requestresp
- a RenderResponse
object that contains the render response
PortletException
- if the included resource throws a ServletException, or other exceptions that are not
Runtime- or IOExceptions.
java.io.IOException
- if the included resource throws this exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |