File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
spring-web/src/main/java/org/springframework/web/context/support Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright 2002-2012 the original author or authors.
2+ * Copyright 2002-2013 the original author or authors.
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
4747/**
4848 * Convenience methods for retrieving the root
4949 * {@link org.springframework.web.context.WebApplicationContext} for a given
50- * {@code ServletContext}. This is e.g. useful for accessing a Spring
51- * context from within custom web views or Struts actions.
50+ * {@code ServletContext}. This is useful for programmatically accessing a
51+ * Spring application context from within custom web views or MVC actions.
5252 *
5353 * <p>Note that there are more convenient ways of accessing the root context for
54- * many web frameworks, either part of Spring or available as external library.
54+ * many web frameworks, either part of Spring or available as an external library.
5555 * This helper class is just the most generic way to access the root context.
5656 *
5757 * @author Juergen Hoeller
You can’t perform that action at this time.
0 commit comments