114115116117118119120121
* creates a new configEnvironmentImpl with * defaults */ public ConfigEnvironment getConfigEnvironment() { ConfigEnvironment ce = new ConfigEnvironmentImpl(); ce.setConfigBeanInterceptor(new DefaultConfigBeanInterceptor()); return ce; }