lumis.portal.servicecontainer
Class ServiceContainerRequestDispatcher
java.lang.Object
lumis.portal.servicecontainer.ServiceContainerRequestDispatcher
- All Implemented Interfaces:
- RequestDispatcher, IServiceInterfaceRequestDispatcher
public class ServiceContainerRequestDispatcher
- extends Object
- implements IServiceInterfaceRequestDispatcher
A request dispatcher implementation for the portal service container.
- Since:
- 4.0.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceContainerRequestDispatcher
public ServiceContainerRequestDispatcher(RequestDispatcher requestDispatcher)
forward
public void forward(IServiceInterfaceRenderRequest renderRequest,
IServiceInterfaceRenderResponse renderResponse)
throws PortalException
- Throws:
PortalException
include
public void include(IServiceInterfaceRenderRequest renderRequest,
IServiceInterfaceRenderResponse renderResponse)
throws PortalException
- Specified by:
include
in interface IServiceInterfaceRequestDispatcher
- Throws:
PortalException
forward
public void forward(ServletRequest request,
ServletResponse response)
throws ServletException,
IOException
- Specified by:
forward
in interface RequestDispatcher
- Throws:
ServletException
IOException
include
public void include(ServletRequest request,
ServletResponse response)
throws ServletException,
IOException
- Specified by:
include
in interface RequestDispatcher
- Throws:
ServletException
IOException
Lumisportal 6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.