org.jboss.portal.portlet.impl
Class PortletRequestDispatcherImpl
java.lang.Object
org.jboss.portal.portlet.impl.PortletRequestDispatcherImpl
- All Implemented Interfaces:
- PortletRequestDispatcher, FilterCommand
public class PortletRequestDispatcherImpl
- extends java.lang.Object
- implements PortletRequestDispatcher, FilterCommand
Method Summary |
java.lang.Object |
execute(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
javax.servlet.FilterChain chain)
|
void |
include(RenderRequest req,
RenderResponse resp)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletRequestDispatcherImpl
public PortletRequestDispatcherImpl(javax.servlet.RequestDispatcher dispatcher)
PortletRequestDispatcherImpl
public PortletRequestDispatcherImpl(javax.servlet.RequestDispatcher dispatcher,
java.lang.String path)
execute
public java.lang.Object execute(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
javax.servlet.FilterChain chain)
throws javax.servlet.ServletException,
java.io.IOException
- Specified by:
execute
in interface FilterCommand
- Throws:
javax.servlet.ServletException
java.io.IOException
include
public void include(RenderRequest req,
RenderResponse resp)
throws PortletException,
java.io.IOException
- Specified by:
include
in interface PortletRequestDispatcher
- Throws:
PortletException
java.io.IOException