SPR-5910 - Slight Improvement for Main JavaDoc in RedirectView
This commit is contained in:
parent
bd098ce1db
commit
501a1ea9af
|
|
@ -35,8 +35,9 @@ import org.springframework.web.util.WebUtils;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* <p>View that redirects to an absolute, context relative, or current request
|
* <p>View that redirects to an absolute, context relative, or current request
|
||||||
* relative URL, by default exposing all model attributes as HTTP query
|
* relative URL. By default all primitive model attributes (or collections
|
||||||
* parameters.
|
* 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.
|
* <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
|
* suitable for HttpServletResponse's <code>sendRedirect</code> method, which
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue