Uses of Interface
org.springframework.web.servlet.handler.HandlerMethodMappingNamingStrategy
Packages that use HandlerMethodMappingNamingStrategy
Package
Description
Provides standard HandlerMapping implementations,
 including abstract base classes for custom implementations.
Servlet-based infrastructure for handler method processing,
 building on the 
org.springframework.web.method package.- 
Uses of HandlerMethodMappingNamingStrategy in org.springframework.web.servlet.handlerMethods in org.springframework.web.servlet.handler that return HandlerMethodMappingNamingStrategyModifier and TypeMethodDescriptionAbstractHandlerMethodMapping.getNamingStrategy()Return the configured naming strategy ornull.Methods in org.springframework.web.servlet.handler with parameters of type HandlerMethodMappingNamingStrategyModifier and TypeMethodDescriptionvoidAbstractHandlerMethodMapping.setHandlerMethodMappingNamingStrategy(HandlerMethodMappingNamingStrategy<T> namingStrategy) Configure the naming strategy to use for assigning a default name to every mapped handler method.
- 
Uses of HandlerMethodMappingNamingStrategy in org.springframework.web.servlet.mvc.methodClasses in org.springframework.web.servlet.mvc.method that implement HandlerMethodMappingNamingStrategyModifier and TypeClassDescriptionclassAHandlerMethodMappingNamingStrategyforRequestMappingInfo-based handler method mappings.