public class VersionRepositoryRestRequestMappingHandlerMapping
extends org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
| 限定符和类型 | 字段和说明 |
|---|---|
static java.lang.String |
COLLECTION_LOOKUP_PATH_REGEX |
static java.lang.String |
REQUEST_HANDLER_METHOD |
static java.lang.String |
REQUEST_REPOSITORY_BASE_PATH_NAME |
static java.lang.String |
REQUEST_REPOSITORY_RESOURCE_METADATA |
static java.lang.String |
REQUEST_REPOSITORY_SEARCH_NAME |
| 构造器和说明 |
|---|
VersionRepositoryRestRequestMappingHandlerMapping(RepositoryResourceMappings repositoryResourceMappings,
ProxyPathMapper proxyPathMapper) |
| 限定符和类型 | 方法和说明 |
|---|---|
static java.lang.String |
getBasePathName(java.lang.String lookupPath) |
protected java.util.Comparator<org.springframework.web.servlet.mvc.method.RequestMappingInfo> |
getMappingComparator(javax.servlet.http.HttpServletRequest request) |
protected org.springframework.web.method.HandlerMethod |
handleNoMatch(java.util.Set<org.springframework.web.servlet.mvc.method.RequestMappingInfo> requestMappingInfos,
java.lang.String lookupPath,
javax.servlet.http.HttpServletRequest request) |
protected org.springframework.web.method.HandlerMethod |
lookupHandlerMethod(java.lang.String lookupPath,
javax.servlet.http.HttpServletRequest request) |
afterPropertiesSet, createRequestMappingInfo, getContentNegotiationManager, getCustomMethodCondition, getCustomTypeCondition, getFileExtensions, getMappingForMethod, initCorsConfiguration, isHandler, resolveEmbeddedValuesInPatterns, setContentNegotiationManager, setEmbeddedValueResolver, setUseRegisteredSuffixPatternMatch, setUseSuffixPatternMatch, setUseTrailingSlashMatch, useRegisteredSuffixPatternMatch, useSuffixPatternMatch, useTrailingSlashMatchgetMappingPathPatterns, getMatchingMapping, handleMatchcreateHandlerMethod, detectHandlerMethods, getCorsConfiguration, getHandlerInternal, getHandlerMethods, getHandlerMethodsForMappingName, getNamingStrategy, handlerMethodsInitialized, initHandlerMethods, registerHandlerMethod, registerMapping, setDetectHandlerMethodsInAncestorContexts, setHandlerMethodMappingNamingStrategy, unregisterMappingadaptInterceptor, detectMappedInterceptors, extendInterceptors, getAdaptedInterceptors, getCorsConfigurations, getCorsHandlerExecutionChain, getCorsProcessor, getDefaultHandler, getHandler, getHandlerExecutionChain, getMappedInterceptors, getOrder, getPathMatcher, getUrlPathHelper, initApplicationContext, initInterceptors, setAlwaysUseFullPath, setCorsConfigurations, setCorsProcessor, setDefaultHandler, setInterceptors, setOrder, setPathMatcher, setRemoveSemicolonContent, setUrlDecode, setUrlPathHelpergetServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContextpublic static final java.lang.String REQUEST_HANDLER_METHOD
public static final java.lang.String REQUEST_REPOSITORY_BASE_PATH_NAME
public static final java.lang.String REQUEST_REPOSITORY_SEARCH_NAME
public static final java.lang.String REQUEST_REPOSITORY_RESOURCE_METADATA
public static final java.lang.String COLLECTION_LOOKUP_PATH_REGEX
public VersionRepositoryRestRequestMappingHandlerMapping(RepositoryResourceMappings repositoryResourceMappings, ProxyPathMapper proxyPathMapper)
protected org.springframework.web.method.HandlerMethod lookupHandlerMethod(java.lang.String lookupPath,
javax.servlet.http.HttpServletRequest request)
throws java.lang.Exception
lookupHandlerMethod 在类中 org.springframework.web.servlet.handler.AbstractHandlerMethodMapping<org.springframework.web.servlet.mvc.method.RequestMappingInfo>java.lang.Exceptionpublic static java.lang.String getBasePathName(java.lang.String lookupPath)
protected org.springframework.web.method.HandlerMethod handleNoMatch(java.util.Set<org.springframework.web.servlet.mvc.method.RequestMappingInfo> requestMappingInfos,
java.lang.String lookupPath,
javax.servlet.http.HttpServletRequest request)
throws javax.servlet.ServletException
handleNoMatch 在类中 org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMappingjavax.servlet.ServletExceptionprotected java.util.Comparator<org.springframework.web.servlet.mvc.method.RequestMappingInfo> getMappingComparator(javax.servlet.http.HttpServletRequest request)
getMappingComparator 在类中 org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMapping