Uses of Interface
org.springframework.web.servlet.handler.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
Modifier and TypeMethodDescriptionAbstractHandlerMethodMapping.getNamingStrategy()
Return the configured naming strategy ornull
.Modifier 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
Modifier and TypeClassDescriptionclass
AHandlerMethodMappingNamingStrategy
forRequestMappingInfo
-based handler method mappings.