protected void setupBeforeInitDispatcher() throws Exception {
}
protected void initServletMockObjects() {
servletContext = new MockServletContext(resourceLoader);
httpSession = new MockHttpSession(servletContext);
response = new MockHttpServletResponse();
request = new MockHttpServletRequest(servletContext);
request.setSession(httpSession);
pageContext = new MockPageContext(servletContext, request, response);
session = new SessionMap<String, Object>(request);