类 CustomRequestMappingHandlerMapping
java.lang.Object
org.springframework.context.support.ApplicationObjectSupport
org.springframework.web.context.support.WebApplicationObjectSupport
org.springframework.web.servlet.handler.AbstractHandlerMapping
org.springframework.web.servlet.handler.AbstractHandlerMethodMapping<org.springframework.web.servlet.mvc.method.RequestMappingInfo>
org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMapping
org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
io.eden.apiversion.mapping.core.CustomRequestMappingHandlerMapping
- 所有已实现的接口:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanNameAware,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationContextAware,org.springframework.context.EmbeddedValueResolverAware,org.springframework.core.Ordered,org.springframework.web.context.ServletContextAware,org.springframework.web.servlet.handler.MatchableHandlerMapping,org.springframework.web.servlet.HandlerMapping
public class CustomRequestMappingHandlerMapping
extends org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
-
字段概要
-
构造器概要
构造器 构造器 说明 CustomRequestMappingHandlerMapping() -
方法概要
修饰符和类型 方法 说明 protected org.springframework.web.servlet.mvc.condition.RequestCondition<?>getCustomMethodCondition(java.lang.reflect.Method method)protected org.springframework.web.servlet.mvc.condition.RequestCondition<?>getCustomTypeCondition(java.lang.Class<?> handlerType)protected org.springframework.web.servlet.mvc.method.RequestMappingInfogetMappingForMethod(java.lang.reflect.Method method, java.lang.Class<?> handlerType)从类继承的方法 org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
afterPropertiesSet, createRequestMappingInfo, getContentNegotiationManager, getFileExtensions, getPathPrefixes, initCorsConfiguration, isHandler, match, resolveEmbeddedValuesInPatterns, setContentNegotiationManager, setEmbeddedValueResolver, setPathPrefixes, setUseRegisteredSuffixPatternMatch, setUseSuffixPatternMatch, setUseTrailingSlashMatch, useRegisteredSuffixPatternMatch, useSuffixPatternMatch, useTrailingSlashMatch从类继承的方法 org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMapping
getMappingComparator, getMappingPathPatterns, getMatchingMapping, handleMatch, handleNoMatch从类继承的方法 org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
createHandlerMethod, detectHandlerMethods, getCandidateBeanNames, getCorsConfiguration, getHandlerInternal, getHandlerMethods, getHandlerMethodsForMappingName, getNamingStrategy, handlerMethodsInitialized, initHandlerMethods, lookupHandlerMethod, processCandidateBean, registerHandlerMethod, registerMapping, setDetectHandlerMethodsInAncestorContexts, setHandlerMethodMappingNamingStrategy, unregisterMapping从类继承的方法 org.springframework.web.servlet.handler.AbstractHandlerMapping
adaptInterceptor, detectMappedInterceptors, extendInterceptors, formatMappingName, getAdaptedInterceptors, getCorsConfigurations, getCorsHandlerExecutionChain, getCorsProcessor, getDefaultHandler, getHandler, getHandlerExecutionChain, getMappedInterceptors, getOrder, getPathMatcher, getUrlPathHelper, initApplicationContext, initInterceptors, setAlwaysUseFullPath, setBeanName, setCorsConfigurations, setCorsConfigurationSource, setCorsProcessor, setDefaultHandler, setInterceptors, setOrder, setPathMatcher, setRemoveSemicolonContent, setUrlDecode, setUrlPathHelper从类继承的方法 org.springframework.web.context.support.WebApplicationObjectSupport
getServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContext从类继承的方法 org.springframework.context.support.ApplicationObjectSupport
getApplicationContext, getMessageSourceAccessor, obtainApplicationContext, requiredContextClass, setApplicationContext
-
构造器详细资料
-
CustomRequestMappingHandlerMapping
public CustomRequestMappingHandlerMapping()
-
-
方法详细资料
-
getMappingForMethod
protected org.springframework.web.servlet.mvc.method.RequestMappingInfo getMappingForMethod(java.lang.reflect.Method method, java.lang.Class<?> handlerType)- 覆盖:
getMappingForMethod在类中org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
-
getCustomTypeCondition
protected org.springframework.web.servlet.mvc.condition.RequestCondition<?> getCustomTypeCondition(java.lang.Class<?> handlerType)- 覆盖:
getCustomTypeCondition在类中org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
-
getCustomMethodCondition
protected org.springframework.web.servlet.mvc.condition.RequestCondition<?> getCustomMethodCondition(java.lang.reflect.Method method)- 覆盖:
getCustomMethodCondition在类中org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
-