|
Generated by JDiff |
||||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS | ||||||||
| Added Methods | |
void setAsyncRequestTimeout(long) |
Specify the amount of time, in milliseconds, before concurrent handling should time out. |
void setContentNegotiationManager(ContentNegotiationManager) |
Set the ContentNegotiationManager to use to determine requested media types. |
void setTaskExecutor(AsyncTaskExecutor) |
Set the default AsyncTaskExecutor to use when a controller method return a Callable. |
| Changed Methods | ||
HandlerMethodArgumentResolverComposite getArgumentResolvers() |
Documentation changed from old to new. |
Return the configured argument resolvers, or possibly {@code null} if not initialized yet via .afterPropertiesSet(). |
long getLastModifiedInternal(HttpServletRequest, |
Documentation changed from old to new. |
This implementation always returns -1. |
HandlerMethodReturnValueHandlerComposite getReturnValueHandlers() |
Documentation changed from old to new. |
Return the configured handlers, or possibly {@code null} if not initialized yet via .afterPropertiesSet(). |
void setBeanFactory(BeanFactory) |
Documentation changed from old to new. |
{@inheritDoc} |
void setCacheSecondsForSessionAttributeHandlers(int) |
Documentation changed from old to new. |
Cache content produced by @SessionAttributes annotated handlers
for the given number of seconds. |
void setCustomArgumentResolvers(List<HandlerMethodArgumentResolver>) |
Documentation changed from old to new. |
Provide resolvers for custom argument types. |
void setIgnoreDefaultModelOnRedirect(boolean) |
Documentation changed from old to new. |
By default the content of the "default" model is used both during rendering and redirect scenarios. |
void setMessageConverters(List<HttpMessageConverter<?>>) |
Documentation changed from old to new. |
Provide the converters to use in argument resolvers and return value handlers that support reading and/or writing to the body of the request and response. |
void setModelAndViewResolvers(List<ModelAndViewResolver>) |
Documentation changed from old to new. |
Provide custom ModelAndViewResolvers. |
void setParameterNameDiscoverer(ParameterNameDiscoverer) |
Documentation changed from old to new. |
Set the ParameterNameDiscoverer to use for resolving method parameter names if needed (e.g. |
void setReturnValueHandlers(List<HandlerMethodReturnValueHandler>) |
Documentation changed from old to new. |
Configure the complete list of supported return value types thus overriding handlers that would otherwise be configured by default. |
void setSessionAttributeStore(SessionAttributeStore) |
Documentation changed from old to new. |
Specify the strategy to store session attributes with. |
void setWebBindingInitializer(WebBindingInitializer) |
Documentation changed from old to new. |
Provide a WebBindingInitializer with "global" initialization to apply to every DataBinder instance. |
boolean supportsInternal(HandlerMethod) |
Documentation changed from old to new. |
Always return {@code true} since any method argument and return value type will be processed in some way. |
|
|||||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | |||||||||