public class FrameworkEndpointHandlerMapping extends org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
loggerBEST_MATCHING_HANDLER_ATTRIBUTE, BEST_MATCHING_PATTERN_ATTRIBUTE, INTROSPECT_TYPE_LEVEL_MAPPING, MATRIX_VARIABLES_ATTRIBUTE, PATH_WITHIN_HANDLER_MAPPING_ATTRIBUTE, PRODUCIBLE_MEDIA_TYPES_ATTRIBUTE, URI_TEMPLATE_VARIABLES_ATTRIBUTEHIGHEST_PRECEDENCE, LOWEST_PRECEDENCE| コンストラクターと説明 |
|---|
FrameworkEndpointHandlerMapping() |
| 修飾子と型 | メソッドと説明 |
|---|---|
protected org.springframework.web.servlet.mvc.method.RequestMappingInfo | getMappingForMethod(MethodSE method, ClassSE<?> handlerType) |
StringSE | getPath(StringSE defaultPath) |
SetSE<StringSE> | getPaths() |
StringSE | getServletPath(StringSE defaultPath) |
protected boolean | isHandler(ClassSE<?> beanType) ハンドラー Bean 内の @FrameworkEndpoint アノテーションを検出します。 |
void | setApprovalParameter(StringSE approvalParameter) 認可を認可するための呼び出しを区別するリクエストパラメーターの名前。 |
void | setMappings(MapSE<StringSE, StringSE> patternMap) フレームワークのエンドポイントパスのカスタムマッピング。 |
void | setPrefix(StringSE prefix) |
afterPropertiesSet, createRequestMappingInfo, getContentNegotiationManager, getCustomMethodCondition, getCustomTypeCondition, getFileExtensions, initCorsConfiguration, match, resolveEmbeddedValuesInPatterns, setContentNegotiationManager, setEmbeddedValueResolver, setUseRegisteredSuffixPatternMatch, setUseSuffixPatternMatch, setUseTrailingSlashMatch, useRegisteredSuffixPatternMatch, useSuffixPatternMatch, useTrailingSlashMatchgetMappingComparator, getMappingPathPatterns, getMatchingMapping, handleMatch, handleNoMatchcreateHandlerMethod, detectHandlerMethods, getCorsConfiguration, getHandlerInternal, getHandlerMethods, getHandlerMethodsForMappingName, getNamingStrategy, handlerMethodsInitialized, initHandlerMethods, lookupHandlerMethod, 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, setServletContextgetApplicationContext, getMessageSourceAccessor, requiredContextClass, setApplicationContextclone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSEgetHandlerpublic void setPrefix(StringSE prefix)
prefix - 設定するプレフィックス public void setMappings(MapSE<StringSE,StringSE> patternMap)
patternMap - 設定するマッピング public StringSE getServletPath(StringSE defaultPath)
public StringSE getPath(StringSE defaultPath)
public void setApprovalParameter(StringSE approvalParameter)
OAuth2Utils.USER_OAUTH_APPROVAL です。approvalParameter - 設定する approvalParameterprotected boolean isHandler(ClassSE<?> beanType)
org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping の isHandler RequestMappingHandlerMapping.isHandler(java.lang.Class)protected org.springframework.web.servlet.mvc.method.RequestMappingInfo getMappingForMethod(MethodSE method, ClassSE<?> handlerType)
Copyright © 2019. All rights reserved.