lumis.portal.presentation.core
Class LayoutFileDispatcher

Package class diagram package LayoutFileDispatcher
java.lang.Object
  extended by lumis.portal.presentation.core.LayoutFileDispatcher

public class LayoutFileDispatcher
extends Object

Class that provides the operations for dispatching a request to the layout file processing system.

Since:
6.0.0

Constructor Summary
LayoutFileDispatcher(IPageRenderer pageRenderer)
          Creates a dispatcher to the LayoutFileApplication.
 
Method Summary
 void forward(HttpServletRequest request, HttpServletResponse response)
          Forwards the request to this application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutFileDispatcher

public LayoutFileDispatcher(IPageRenderer pageRenderer)
Creates a dispatcher to the LayoutFileApplication.

Parameters:
pageRenderer - the layout file renderer to be used during the processing of this request.
Method Detail

forward

public void forward(HttpServletRequest request,
                    HttpServletResponse response)
             throws ServletException,
                    IOException
Forwards the request to this application.

Parameters:
request - the request.
response - the response.
Throws:
ServletException - if thrown by RequestDispatcher.forward(javax.servlet.ServletRequest, javax.servlet.ServletResponse).
IOException - if thrown by RequestDispatcher.forward(javax.servlet.ServletRequest, javax.servlet.ServletResponse).
Since:
6.0.0


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.