*/
private void dispatch(HttpServletRequest request,
HttpServletResponse response)
throws ServletException, IOException {
InternalPortletRequest portletRequest = null;
InternalPortletResponse portletResponse = null;
// Save portlet config into servlet request.
request.setAttribute(Constants.PORTLET_CONFIG, portletConfig);
// Retrieve attributes from the servlet request.