Fixed javadoc
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2424 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
parent
2daf5635cb
commit
1c1a094c47
|
|
@ -39,7 +39,7 @@ import org.springframework.web.servlet.view.AbstractView;
|
|||
*
|
||||
* <p>By default, the entire contents of the model map (with the exception of framework-specific classes) will be
|
||||
* encoded as JSON. For cases where the contents of the map need to be filtered, users may specify a specific set of
|
||||
* model attributes to encode via the {@link #setRenderedAttributes(Set) includeAttributes} property.
|
||||
* model attributes to encode via the {@link #setRenderedAttributes(Set) renderedAttributes} property.
|
||||
*
|
||||
* @author Jeremy Grelle
|
||||
* @author Arjen Poutsma
|
||||
|
|
|
|||
Loading…
Reference in New Issue