spring-framework/org.springframework.web
Chris Beams fb9fb00c04 Update GenericWAC to implement ConfigurableWAC
GenericWebApplicationContext now implements
ConfigurableWebApplicationContext in order to be compatible with
Framework/DispatcherServlet and ContextLoader/Listener, especially with
regard to changes in SPR-7672 that allow for programmatic use of these
types within Servlet 3.0+ environments.  For the first time, it's now
reasonable to imagine injecting a GWAC into DispatcherServlet; the most
robust way to accommodate this possibility is for GWAC to implement
CWAC.

The implementation is in name only, allowing for interchangable use of
GWAC anywhere, for example, an XWAC could otherwise go.  Methods such
as setConfigLocation will throw UnsupportedOperationException if the
configLocation value actually contains text.  Other methods are
implemented as no-ops or to throw UOE as appropriate.

Issue: SPR-7672
2011-05-30 12:53:57 +00:00
..
.settings ModelAndViewContainer related refinements 2011-04-07 18:09:28 +00:00
src Update GenericWAC to implement ConfigurableWAC 2011-05-30 12:53:57 +00:00
.classpath Upgrade javax.servlet dependency to 3.0 for .web 2011-05-26 13:34:21 +00:00
.project
build.xml + upgrade to AspectJ 1.6.8 2010-02-04 11:46:21 +00:00
ivy.xml Upgrade javax.servlet dependency to 3.0 for .web 2011-05-26 13:34:21 +00:00
pom.xml Upgrade javax.servlet dependency to 3.0 for .web 2011-05-26 13:34:21 +00:00
template.mf Upgrade javax.servlet dependency to 3.0 for .web 2011-05-26 13:34:21 +00:00
web.iml updated IntelliJ dependency descriptors 2011-05-29 20:43:52 +00:00