Package | Description |
---|---|
org.springframework.web.servlet.handler |
Provides standard HandlerMapping implementations,
including abstract base classes for custom implementations.
|
Modifier and Type | Method and Description |
---|---|
protected MappedInterceptor[] |
AbstractHandlerMapping.getMappedInterceptors()
Return all configured
MappedInterceptor s as an array. |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractHandlerMapping.detectMappedInterceptors(List<MappedInterceptor> mappedInterceptors)
Detect beans of type
MappedInterceptor and add them to the list of mapped interceptors. |
Copyright © 2015. All rights reserved.