Generated by
JDiff

Class org.springframework.web.servlet.handler.AbstractHandlerMapping

Documentation changed from old to new.

Added Methods
void setRemoveSemicolonContent(boolean) Set if ";" (semicolon) content should be stripped from the request URI.
 

Changed Methods
void detectMappedInterceptors(List<MappedInterceptor>) Documentation changed from old to new.
Detects beans of type MappedInterceptor and adds them to the list of mapped interceptors.
void initInterceptors() Documentation changed from old to new.
Initialize the specified interceptors, checking for MappedInterceptors and adapting HandlerInterceptors where necessary.
void setInterceptors(Object[]) Documentation changed from old to new.
Set the interceptors to apply for all handlers mapped by this handler mapping.