public class LayoutFileDispatcher extends Object
Constructor and Description |
---|
LayoutFileDispatcher(IPageRenderer pageRenderer)
Creates a dispatcher to the
LayoutFileApplication . |
Modifier and Type | Method and Description |
---|---|
void |
forward(HttpServletRequest request,
HttpServletResponse response)
Forwards the request to this application.
|
public LayoutFileDispatcher(IPageRenderer pageRenderer)
LayoutFileApplication
.pageRenderer
- the layout file renderer to be used during the
processing of this request.public void forward(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
request
- the request.response
- the response.ServletException
- if thrown by RequestDispatcher.forward(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
.IOException
- if thrown by RequestDispatcher.forward(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
.LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.