|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlumis.portal.presentation.core.LayoutFileDispatcher
public class LayoutFileDispatcher
Class that provides the operations for dispatching a request to the layout file processing system.
Constructor Summary | |
---|---|
LayoutFileDispatcher(IPageRenderer pageRenderer)
Creates a dispatcher to the LayoutFileApplication . |
Method Summary | |
---|---|
void |
forward(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.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 |
---|
public LayoutFileDispatcher(IPageRenderer pageRenderer)
LayoutFileApplication
.
pageRenderer
- the layout file renderer to be used during the
processing of this request.Method Detail |
---|
public void forward(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, java.io.IOException
request
- the request.response
- the response.
javax.servlet.ServletException
- if thrown by RequestDispatcher.forward(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
.
java.io.IOException
- if thrown by RequestDispatcher.forward(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |