Browse Source

SPR-6464 Add one more minor Javadoc comment

pull/7/head
Rossen Stoyanchev 14 years ago
parent
commit
ce8bc8e7e4
  1. 5
      org.springframework.web.servlet/src/main/java/org/springframework/web/servlet/mvc/support/RedirectAttributes.java

5
org.springframework.web.servlet/src/main/java/org/springframework/web/servlet/mvc/support/RedirectAttributes.java

@ -48,8 +48,11 @@ import org.springframework.web.servlet.FlashMap; @@ -48,8 +48,11 @@ import org.springframework.web.servlet.FlashMap;
* }
* </pre>
*
* <p>A RedirectAttributes model is empty when the method is called and is never
* used unless the method returns a redirect view name or a RedirectView.
*
* <p>After the redirect, flash attributes are automatically added to the model
* of the controller serving the redirect URL.
* of the controller that serves the target URL.
*
* @author Rossen Stoyanchev
* @since 3.1

Loading…
Cancel
Save