Introducing GroovyWebApplicationContext along the lines of XmlWebApplicationContext and GenericGroovyApplicationContext

Also includes minor dependency updates such as Groovy 2.3.2.

Issue: SPR-11371
This commit is contained in:
Juergen Hoeller
2014-05-30 17:35:00 +02:00
parent e4aabd5288
commit 5ed9bedf32
4 changed files with 193 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002-2013 the original author or authors.
* Copyright 2002-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -210,7 +210,7 @@ public class GenericGroovyApplicationContext extends GenericApplicationContext i
}
// IMPLEMENTATION OF THE GROOVYOBJECT INTERFACE
// Implementation of the GroovyObject interface
public void setMetaClass(MetaClass metaClass) {
this.metaClass = metaClass;
@@ -244,4 +244,3 @@ public class GenericGroovyApplicationContext extends GenericApplicationContext i
}
}