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.handler
Methods 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 TypeMethodDescriptionvoid
AbstractHandlerMethodMapping.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.method
Classes in org.springframework.web.servlet.mvc.method that implement HandlerMethodMappingNamingStrategyModifier and TypeClassDescriptionclass
AHandlerMethodMappingNamingStrategy
forRequestMappingInfo
-based handler method mappings.