e.g. Calendar Search Help
You must enter a value before pressing Search
Search Results OK to copy? Examples 1 through 5 of 5 (0.0080 seconds)
Class: org.springframework.web.servlet.handler.SimpleServletPostProcessor  ©, Rating: 0% of 0, C1

090 public void postProcessBeforeDestruction(Object bean, String beanName) throws BeansException { 091 if (bean instanceof Servlet) { 092 ((Servlet) bean).destroy(); 093 } 094 }

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

166 167 public void destroy() { 168 this.servletInstance.destroy(); 169 } 170

Class: org.apache.jasper.servlet.JspServletWrapper  ©, Rating: 0% of 0, C1

377 public void destroy() { 378 if (theServlet != null) { 379 theServlet.destroy(); 380 } 381 }

Class: org.apache.catalina.core.StandardWrapper  ©, Rating: 0% of 0, C3

1271 SecurityUtil.remove(instance); 1272 } else { 1273 ((Servlet) instancePool.pop()).destroy(); 1274 } 1275 }

Class: org.apache.catalina.core.StandardWrapper  ©, Rating: 0% of 0, C3

1227 SecurityUtil.remove(instance); 1228 } else { 1229 instance.destroy(); 1230 } 1231

Result Page:  1