Browse Source

SPR-5910 - Slight Improvement for Main JavaDoc in RedirectView

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1982 50f2f4bb-b051-0410-bef5-90022cba6387
pull/1/head
Arjen Poutsma 17 years ago
parent
commit
dc9396315c
  1. 5
      org.springframework.web.servlet/src/main/java/org/springframework/web/servlet/view/RedirectView.java

5
org.springframework.web.servlet/src/main/java/org/springframework/web/servlet/view/RedirectView.java

@ -35,8 +35,9 @@ import org.springframework.web.util.WebUtils; @@ -35,8 +35,9 @@ import org.springframework.web.util.WebUtils;
/**
* <p>View that redirects to an absolute, context relative, or current request
* relative URL, by default exposing all model attributes as HTTP query
* parameters.
* relative URL. By default all primitive model attributes (or collections
* thereof) are exposed as HTTP query parameters, but this behavior can be changed
* by overriding the {@link #isEligibleProperty(String, Object)} method.
*
* <p>A URL for this view is supposed to be a HTTP redirect URL, i.e.
* suitable for HttpServletResponse's <code>sendRedirect</code> method, which

Loading…
Cancel
Save