14151617181920
public WebApplicationContext() { this.beans=new HashMap<String, Object>(); this.beans.put("springBeanResolver", new SpringBeanResolver()); }