File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
spring-web/src/main/java/org/springframework/web/context/request Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2012 the original author or authors.
2
+ * Copyright 2002-2013 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.
@@ -56,13 +56,13 @@ public interface NativeWebRequest extends WebRequest {
56
56
<T > T getNativeRequest (Class <T > requiredType );
57
57
58
58
/**
59
- * Return the underlying native request object, if available.
59
+ * Return the underlying native response object, if available.
60
60
* @param requiredType the desired type of response object
61
61
* @return the matching response object, or {@code null} if none
62
62
* of that type is available
63
- * @see javax.servlet.http.HttpServletRequest
64
- * @see javax.portlet.ActionRequest
65
- * @see javax.portlet.RenderRequest
63
+ * @see javax.servlet.http.HttpServletResponse
64
+ * @see javax.portlet.ActionResponse
65
+ * @see javax.portlet.RenderResponse
66
66
*/
67
67
<T > T getNativeResponse (Class <T > requiredType );
68
68
You can’t perform that action at this time.
0 commit comments