this.config = new MockFrame2ServletConfigSimulator();
//request = new
// HttpServletRequestSimulator(config.getServletContext());
this.request = new Frame2HttpServletRequestSimulator(this.config
.getServletContext());
this.response = new HttpServletResponseSimulator();
this.context = (MockFrame2ServletContextSimulator)this.config
.getServletContext();
this.listener = new Frame2ContextListener();
this.isInitialized = true;