Remove references to codehaus.org
Issue: SPR-13129
This commit is contained in:
@@ -40,7 +40,7 @@ import org.springframework.web.servlet.View;
|
||||
|
||||
/**
|
||||
* Spring MVC {@link View} that renders JSON content by serializing the model for the current request
|
||||
* using <a href="http://jackson.codehaus.org/">Jackson 2's</a> {@link ObjectMapper}.
|
||||
* using <a href="http://wiki.fasterxml.com/JacksonHome">Jackson 2's</a> {@link ObjectMapper}.
|
||||
*
|
||||
* <p>By default, the entire contents of the model map (with the exception of framework-specific classes)
|
||||
* will be encoded as JSON. If the model contains only one key, you can have it extracted encoded as JSON
|
||||
|
||||
@@ -28,7 +28,7 @@ import org.springframework.web.servlet.view.json.AbstractJackson2View;
|
||||
|
||||
/**
|
||||
* Spring MVC {@link View} that renders XML content by serializing the model for the current request
|
||||
* using <a href="http://jackson.codehaus.org/">Jackson 2's</a> {@link XmlMapper}.
|
||||
* using <a href="http://wiki.fasterxml.com/JacksonHome">Jackson 2's</a> {@link XmlMapper}.
|
||||
*
|
||||
* <p>The Object to be serialized is supplied as a parameter in the model. The first serializable
|
||||
* entry is used. Users can either specify a specific entry in the model via the
|
||||
|
||||
Reference in New Issue
Block a user