@ -394,6 +393,7 @@ public class StandaloneMockMvcBuilder extends AbstractMockMvcBuilder<StandaloneM
@@ -394,6 +393,7 @@ public class StandaloneMockMvcBuilder extends AbstractMockMvcBuilder<StandaloneM
@ -432,8 +432,10 @@ public class StandaloneMockMvcBuilder extends AbstractMockMvcBuilder<StandaloneM
@@ -432,8 +432,10 @@ public class StandaloneMockMvcBuilder extends AbstractMockMvcBuilder<StandaloneM
@ -95,6 +96,7 @@ public abstract class AbstractRefreshableWebApplicationContext extends AbstractR
@@ -95,6 +96,7 @@ public abstract class AbstractRefreshableWebApplicationContext extends AbstractR
/** the ThemeSource for this ApplicationContext. */
@Nullable
@Deprecated
privateThemeSourcethemeSource;
@ -197,6 +199,7 @@ public abstract class AbstractRefreshableWebApplicationContext extends AbstractR
@@ -197,6 +199,7 @@ public abstract class AbstractRefreshableWebApplicationContext extends AbstractR
@ -215,6 +218,7 @@ public abstract class AbstractRefreshableWebApplicationContext extends AbstractR
@@ -215,6 +218,7 @@ public abstract class AbstractRefreshableWebApplicationContext extends AbstractR
@ -84,6 +86,7 @@ public class GenericWebApplicationContext extends GenericApplicationContext
@@ -84,6 +86,7 @@ public class GenericWebApplicationContext extends GenericApplicationContext
privateServletContextservletContext;
@Nullable
@Deprecated
privateThemeSourcethemeSource;
@ -195,6 +198,7 @@ public class GenericWebApplicationContext extends GenericApplicationContext
@@ -195,6 +198,7 @@ public class GenericWebApplicationContext extends GenericApplicationContext
@ -213,6 +217,7 @@ public class GenericWebApplicationContext extends GenericApplicationContext
@@ -213,6 +217,7 @@ public class GenericWebApplicationContext extends GenericApplicationContext
@ -68,6 +70,7 @@ public class StaticWebApplicationContext extends StaticApplicationContext
@@ -68,6 +70,7 @@ public class StaticWebApplicationContext extends StaticApplicationContext
privateStringnamespace;
@Nullable
@Deprecated
privateThemeSourcethemeSource;
@ -186,6 +189,7 @@ public class StaticWebApplicationContext extends StaticApplicationContext
@@ -186,6 +189,7 @@ public class StaticWebApplicationContext extends StaticApplicationContext
@ -198,6 +202,7 @@ public class StaticWebApplicationContext extends StaticApplicationContext
@@ -198,6 +202,7 @@ public class StaticWebApplicationContext extends StaticApplicationContext
@ -170,6 +170,7 @@ public class DispatcherServlet extends FrameworkServlet {
@@ -170,6 +170,7 @@ public class DispatcherServlet extends FrameworkServlet {
@ -227,12 +228,14 @@ public class DispatcherServlet extends FrameworkServlet {
@@ -227,12 +228,14 @@ public class DispatcherServlet extends FrameworkServlet {
@ -311,6 +314,7 @@ public class DispatcherServlet extends FrameworkServlet {
@@ -311,6 +314,7 @@ public class DispatcherServlet extends FrameworkServlet {
/** ThemeResolver used by this servlet. */
@Nullable
@Deprecated
privateThemeResolverthemeResolver;
/** List of HandlerMappings used by this servlet. */
@ -557,6 +561,7 @@ public class DispatcherServlet extends FrameworkServlet {
@@ -557,6 +561,7 @@ public class DispatcherServlet extends FrameworkServlet {
@ -799,8 +804,10 @@ public class DispatcherServlet extends FrameworkServlet {
@@ -799,8 +804,10 @@ public class DispatcherServlet extends FrameworkServlet {
@ -1165,8 +1163,9 @@ public class WebMvcConfigurationSupport implements ApplicationContextAware, Serv
@@ -1165,8 +1163,9 @@ public class WebMvcConfigurationSupport implements ApplicationContextAware, Serv
@ -79,13 +77,16 @@ public class ComplexWebApplicationContext extends StaticWebApplicationContext {
@@ -79,13 +77,16 @@ public class ComplexWebApplicationContext extends StaticWebApplicationContext {
@ -126,7 +127,8 @@ public class ComplexWebApplicationContext extends StaticWebApplicationContext {
@@ -126,7 +127,8 @@ public class ComplexWebApplicationContext extends StaticWebApplicationContext {
@ -410,6 +412,7 @@ public class ComplexWebApplicationContext extends StaticWebApplicationContext {
@@ -410,6 +412,7 @@ public class ComplexWebApplicationContext extends StaticWebApplicationContext {
@ -445,7 +448,8 @@ public class ComplexWebApplicationContext extends StaticWebApplicationContext {
@@ -445,7 +448,8 @@ public class ComplexWebApplicationContext extends StaticWebApplicationContext {
@ -67,7 +67,6 @@ public class SimpleWebApplicationContext extends StaticWebApplicationContext {
@@ -67,7 +67,6 @@ public class SimpleWebApplicationContext extends StaticWebApplicationContext {