public class PropertySourcedRequestMappingHandlerMapping
extends org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
Constructor and Description |
---|
PropertySourcedRequestMappingHandlerMapping(org.springframework.core.env.Environment environment,
java.lang.Object handler) |
Modifier and Type | Method and Description |
---|---|
protected void |
initHandlerMethods() |
protected boolean |
isHandler(java.lang.Class<?> beanType) |
protected org.springframework.web.method.HandlerMethod |
lookupHandlerMethod(java.lang.String urlPath,
javax.servlet.http.HttpServletRequest request)
The lookup handler method, maps the SEOMapper method to the request URL.
|
afterPropertiesSet, createRequestMappingInfo, getContentNegotiationManager, getCustomMethodCondition, getCustomTypeCondition, getFileExtensions, getMappingForMethod, initCorsConfiguration, match, resolveEmbeddedValuesInPatterns, setContentNegotiationManager, setEmbeddedValueResolver, setUseRegisteredSuffixPatternMatch, setUseSuffixPatternMatch, setUseTrailingSlashMatch, useRegisteredSuffixPatternMatch, useSuffixPatternMatch, useTrailingSlashMatch
getMappingComparator, getMappingPathPatterns, getMatchingMapping, handleMatch, handleNoMatch
createHandlerMethod, detectHandlerMethods, getCorsConfiguration, getHandlerInternal, getHandlerMethods, getHandlerMethodsForMappingName, getNamingStrategy, handlerMethodsInitialized, registerHandlerMethod, registerMapping, setDetectHandlerMethodsInAncestorContexts, setHandlerMethodMappingNamingStrategy, unregisterMapping
adaptInterceptor, detectMappedInterceptors, extendInterceptors, getAdaptedInterceptors, getCorsConfigurations, getCorsHandlerExecutionChain, getCorsProcessor, getDefaultHandler, getHandler, getHandlerExecutionChain, getMappedInterceptors, getOrder, getPathMatcher, getUrlPathHelper, initApplicationContext, initInterceptors, setAlwaysUseFullPath, setCorsConfigurations, setCorsProcessor, setDefaultHandler, setInterceptors, setOrder, setPathMatcher, setRemoveSemicolonContent, setUrlDecode, setUrlPathHelper
getServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContext
getApplicationContext, getMessageSourceAccessor, requiredContextClass, setApplicationContext
public PropertySourcedRequestMappingHandlerMapping(org.springframework.core.env.Environment environment, java.lang.Object handler)
protected void initHandlerMethods()
initHandlerMethods
in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping<org.springframework.web.servlet.mvc.method.RequestMappingInfo>
protected boolean isHandler(java.lang.Class<?> beanType)
isHandler
in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
protected org.springframework.web.method.HandlerMethod lookupHandlerMethod(java.lang.String urlPath, javax.servlet.http.HttpServletRequest request) throws java.lang.Exception
If no mapping is found, or if the URL is disabled, it will simply drop throug to the standard 404 handling.
lookupHandlerMethod
in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping<org.springframework.web.servlet.mvc.method.RequestMappingInfo>
urlPath
- the path to match.request
- the http servlet request.java.lang.Exception