e.g. Calendar Search Help
You must enter a value before pressing Search
Search Results OK to copy? Examples 1 through 4 of 4 (0.0080 seconds)
Class: org.apache.jasper.runtime.PageContextImpl  ©, Rating: 0% of 0, C2

134 // initialize state 135 this.servlet = servlet; 136 this.config = servlet.getServletConfig(); 137 this.context = config.getServletContext(); 138 this.needsSession = needsSession;

Class: org.springframework.web.servlet.DispatcherServletTests  ©, Rating: 0% of 0, C1

473 assertEquals(getServletContext(), myServlet.getServletConfig().getServletContext()); 474 complexDispatcherServlet.destroy(); 475 assertNull(myServlet.getServletConfig()); 476 } 477

Class: org.springframework.web.servlet.DispatcherServletTests  ©, Rating: 0% of 0, C1

471 Servlet myServlet = (Servlet) complexDispatcherServlet.getWebApplicationContext().getBean("myServlet"); 472 assertEquals("myServlet", myServlet.getServletConfig().getServletName()); 473 assertEquals(getServletContext(), myServlet.getServletConfig().getServletContext()); 474 complexDispatcherServlet.destroy(); 475 assertNull(myServlet.getServletConfig());

Class: org.springframework.web.servlet.DispatcherServletTests  ©, Rating: 0% of 0, C1

470 471 Servlet myServlet = (Servlet) complexDispatcherServlet.getWebApplicationContext().getBean("myServlet"); 472 assertEquals("myServlet", myServlet.getServletConfig().getServletName()); 473 assertEquals(getServletContext(), myServlet.getServletConfig().getServletContext()); 474 complexDispatcherServlet.destroy();

Result Page:  1