示例#1
0
 private void mergeConfigToAppContext() {
   mergeConfigProperty(EngineConstants.APPCONTEXT_CLASSLOADER_KEY);
   mergeSystemProperty(EngineConstants.WEBAPP_CLASSPATH_KEY);
   mergeSystemProperty(EngineConstants.PROJECT_CLASSPATH_KEY);
   mergeSystemProperty(EngineConstants.WORKSPACE_CLASSPATH_KEY);
 }