You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: org.springframework.web.servlet/src/main/java/org/springframework/web/servlet/config/AnnotationDrivenBeanDefinitionParser.java
Copy file name to clipboardExpand all lines: org.springframework.web.servlet/src/main/java/org/springframework/web/servlet/handler/ConversionServiceExposingInterceptor.java
+16-10Lines changed: 16 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2002-2008 the original author or authors.
2
+
* Copyright 2002-2010 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -17,7 +17,6 @@
17
17
packageorg.springframework.web.servlet.handler;
18
18
19
19
importjava.io.IOException;
20
-
21
20
importjavax.servlet.ServletException;
22
21
importjavax.servlet.http.HttpServletRequest;
23
22
importjavax.servlet.http.HttpServletResponse;
@@ -26,28 +25,35 @@
26
25
importorg.springframework.util.Assert;
27
26
28
27
/**
29
-
* Interceptor that places the configured {@link ConversionService} in request scope so it's available during request processing.
30
-
* Mainly for use within JSP tags such as the spring:eval tag.
31
-
* The request attribute name is "org.springframework.core.convert.ConversionService", the value of ConversionService.class.getName();
28
+
* Interceptor that places the configured {@link ConversionService} in request scope
29
+
* so it's available during request processing. The request attribute name is
30
+
* "org.springframework.core.convert.ConversionService", the value of
31
+
* <code>ConversionService.class.getName()</code>.
32
+
*
33
+
* <p>Mainly for use within JSP tags such as the spring:eval tag.
Copy file name to clipboardExpand all lines: org.springframework.web.servlet/src/main/java/org/springframework/web/servlet/tags/RequestContextAwareTag.java
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
/*
2
-
* Copyright 2002-2006 the original author or authors.
3
-
*
2
+
* Copyright 2002-2010 the original author or authors.
3
+
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
6
6
* You may obtain a copy of the License at
7
-
*
7
+
*
8
8
* http://www.apache.org/licenses/LICENSE-2.0
9
-
*
9
+
*
10
10
* Unless required by applicable law or agreed to in writing, software
11
11
* distributed under the License is distributed on an "AS IS" BASIS,
12
12
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Copy file name to clipboardExpand all lines: org.springframework.web.servlet/src/test/java/org/springframework/web/servlet/config/MvcNamespaceTests.java
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2002-2009 the original author or authors.
2
+
* Copyright 2002-2010 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
0 commit comments