-
- All Implemented Interfaces:
-
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.HandlerMapping,org.springframework.web.servlet.handler.MatchableHandlerMapping
public final class FrameworkEndpointHandlerMapping extends RequestMappingHandlerMapping
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanuseSuffixPatternMatchprivate final BooleanuseRegisteredSuffixPatternMatchprivate final BooleanuseTrailingSlashMatchprivate final Map<String, Predicate<Class<?>>>pathPrefixesprivate final ContentNegotiationManagercontentNegotiationManagerprivate final StringValueResolverembeddedValueResolverprivate final RequestMappingInfo.BuilderConfigurationconfigprivate final BooleandetectHandlerMethodsInAncestorContextsprivate final HandlerMethodMappingNamingStrategy<RequestMappingInfo>namingStrategyprivate final AbstractHandlerMethodMapping.MappingRegistry<RequestMappingInfo>mappingRegistryprivate final ObjectdefaultHandlerprivate final PathPatternParserpatternParserprivate final UrlPathHelperurlPathHelperprivate final PathMatcherpathMatcherprivate final List<Any>interceptorsprivate final List<HandlerInterceptor>adaptedInterceptorsprivate final CorsConfigurationSourcecorsConfigurationSourceprivate final CorsProcessorcorsProcessorprivate final Integerorderprivate final StringbeanNameprivate final ServletContextservletContextprivate final Logloggerprivate final ApplicationContextapplicationContextprivate final MessageSourceAccessormessageSourceAccessor
-
Constructor Summary
Constructors Constructor Description FrameworkEndpointHandlerMapping()
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class org.springframework.beans.factory.Aware
equals, hashCode, toString -
Methods inherited from class org.springframework.web.context.support.WebApplicationObjectSupport
getApplicationContext, getMessageSourceAccessor, obtainApplicationContext, requiredContextClass, setApplicationContext -
Methods inherited from class org.springframework.web.servlet.handler.AbstractHandlerMapping
getServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContext -
Methods inherited from class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
adaptInterceptor, detectMappedInterceptors, extendInterceptors, formatMappingName, getAdaptedInterceptors, getCorsConfigurationSource, getCorsHandlerExecutionChain, getCorsProcessor, getDefaultHandler, getHandler, getHandlerExecutionChain, getMappedInterceptors, getOrder, getPathMatcher, getPatternParser, getUrlPathHelper, initApplicationContext, initInterceptors, initLookupPath, setAlwaysUseFullPath, setBeanName, setCorsConfigurationSource, setCorsConfigurations, setCorsProcessor, setDefaultHandler, setInterceptors, setOrder, setPathMatcher, setPatternParser, setRemoveSemicolonContent, setUrlDecode, setUrlPathHelper, usesPathPatterns -
Methods inherited from class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
extractMatchDetails, extractMatchDetails, extractMatrixVariables, getDirectPaths, getHandlerInternal, getMappingComparator, getMappingPathPatterns, getMatchingMapping, handleMatch, handleNoMatch -
Methods inherited from class org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMapping
addMatchingMappings, createHandlerMethod, detectHandlerMethods, formatMappings, getCandidateBeanNames, getCorsConfiguration, getHandlerMethods, getHandlerMethodsForMappingName, getMappingRegistry, getNamingStrategy, handlerMethodsInitialized, hasCorsConfigurationSource, initHandlerMethods, lookupHandlerMethod, processCandidateBean, setDetectHandlerMethodsInAncestorContexts, setHandlerMethodMappingNamingStrategy, unregisterMapping -
Methods inherited from class cn.spark2fire.auth.web.FrameworkEndpointHandlerMapping
afterPropertiesSet, createRequestMappingInfo, createRequestMappingInfo, getContentNegotiationManager, getCustomMethodCondition, getCustomTypeCondition, getFileExtensions, getMappingForMethod, getPathPrefix, getPathPrefixes, initCorsConfiguration, match, registerHandlerMethod, registerMapping, resolveCorsAnnotationValue, resolveEmbeddedValuesInPatterns, setContentNegotiationManager, setEmbeddedValueResolver, setPathPrefixes, setUseRegisteredSuffixPatternMatch, setUseSuffixPatternMatch, setUseTrailingSlashMatch, updateConsumesCondition, updateCorsConfig, useRegisteredSuffixPatternMatch, useSuffixPatternMatch, useTrailingSlashMatch -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-