Generated by
JDiff

Class org.springframework.web.servlet.view.ContentNegotiatingViewResolver

Added interface org.springframework.beans.factory.InitializingBean.
Documentation changed from old to new.

Removed Methods
MediaType getMediaTypeFromFilename(String) Determines the MediaType for the given filename.
MediaType getMediaTypeFromParameter(String) Determines the MediaType for the given parameter value.
 

Added Methods
void afterPropertiesSet()  
void setContentNegotiationManager(ContentNegotiationManager) Set the ContentNegotiationManager to use to determine requested media types.
 

Changed Methods
List<MediaType> getMediaTypes(HttpServletRequest) Documentation changed from old to new.
Determines the list of MediaType for the given HttpServletRequest.
void setDefaultContentType(MediaType) Documentation changed from old to new.
Now deprecated.
use {@link #setContentNegotiationManager(ContentNegotiationManager)}
void setFavorParameter(boolean) Documentation changed from old to new.
Now deprecated.
use {@link #setContentNegotiationManager(ContentNegotiationManager)}
void setFavorPathExtension(boolean) Documentation changed from old to new.
Now deprecated.
use {@link #setContentNegotiationManager(ContentNegotiationManager)}
void setIgnoreAcceptHeader(boolean) Documentation changed from old to new.
Now deprecated.
use {@link #setContentNegotiationManager(ContentNegotiationManager)}
void setMediaTypes(Map<String, String>) Documentation changed from old to new.
Now deprecated.
use {@link #setContentNegotiationManager(ContentNegotiationManager)}
void setParameterName(String) Documentation changed from old to new.
Now deprecated.
use {@link #setContentNegotiationManager(ContentNegotiationManager)}
void setUseJaf(boolean) Documentation changed from old to new.
Now deprecated.
use {@link #setContentNegotiationManager(ContentNegotiationManager)}