org.apache.pluto.core.impl
Class PortletRequestDispatcherImpl
java.lang.Object
org.apache.pluto.core.impl.PortletRequestDispatcherImpl
public class PortletRequestDispatcherImpl
- extends java.lang.Object
Method Summary |
void |
include(RenderRequest request,
RenderResponse response)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
requestDispatcher
private RequestDispatcher requestDispatcher
queryParams
private java.util.Map queryParams
PortletRequestDispatcherImpl
public PortletRequestDispatcherImpl(RequestDispatcher requestDispatcher)
PortletRequestDispatcherImpl
public PortletRequestDispatcherImpl(RequestDispatcher disp,
java.util.Map queryParams)
include
public void include(RenderRequest request,
RenderResponse response)
throws PortletException,
java.io.IOException
- Throws:
PortletException
java.io.IOException