/**
*
*/
protected AjaxResult doExecute(ActionDefinition actionDefinition, Map<String, String> params, HttpServletRequest request, HttpServletResponse response, ServletContext servletContext) throws ServletException
{
FakeHttpServletResponse actionResponse = new FakeHttpServletResponse();
if (null != actionProcessor)
{
actionProcessor.preProcess(request, response, actionResponse, params);
}