lumis.portal.servicecontainer
Class ServiceContainerRequestDispatcher

Package class diagram package ServiceContainerRequestDispatcher
java.lang.Object
  extended by 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

Constructor Summary
ServiceContainerRequestDispatcher(RequestDispatcher requestDispatcher)
           
 
Method Summary
 void forward(IServiceInterfaceRenderRequest renderRequest, IServiceInterfaceRenderResponse renderResponse)
           
 void forward(ServletRequest request, ServletResponse response)
           
 void include(IServiceInterfaceRenderRequest renderRequest, IServiceInterfaceRenderResponse renderResponse)
           
 void include(ServletRequest request, ServletResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceContainerRequestDispatcher

public ServiceContainerRequestDispatcher(RequestDispatcher requestDispatcher)
Method Detail

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.