| java.lang.Object com.caucho.portal.generic.HttpPortletRequestDispatcher
HttpPortletRequestDispatcher | public class HttpPortletRequestDispatcher implements PortletRequestDispatcher(Code) | | An adapter to a
javax.servlet.RequestDispatcher ,
based on a HttpServletRequest and HttpServletResponse stored
as request attributes
|
Inner Class :protected static class HttpPortletRequestWrapper implements HttpServletRequest | |
Inner Class :final protected static class ServletOutputStreamWrapper extends ServletOutputStream | |
HTTP_SERVLET_REQUEST | final public static String HTTP_SERVLET_REQUEST(Code) | | request attribute for the HttpServletRequest
|
HTTP_SERVLET_RESPONSE | final public static String HTTP_SERVLET_RESPONSE(Code) | | request attribute for the HttpServletResponse
|
HttpPortletRequestDispatcher | public HttpPortletRequestDispatcher()(Code) | | |
finish | public void finish()(Code) | | |
include | public void include(RenderRequest renderRequest, RenderResponse renderResponse) throws PortletException, IOException(Code) | | |
startWithName | public boolean startWithName(ServletContext servletContext, String name)(Code) | | true if the servletContext has a dispatcher for the name |
startWithPath | public boolean startWithPath(ServletContext servletContext, String path)(Code) | | true if the servletContext has a dispatcher for the path |
|
|