public class ServletHandlerMethodResolver
extends org.springframework.web.bind.annotation.support.HandlerMethodResolver
Modifier and Type | Field and Description |
---|---|
protected org.springframework.web.servlet.mvc.multiaction.MethodNameResolver |
methodNameResolver |
protected org.springframework.util.PathMatcher |
pathMatcher |
protected org.springframework.web.util.UrlPathHelper |
urlPathHelper |
Constructor and Description |
---|
ServletHandlerMethodResolver(Class<?> handlerType,
org.springframework.web.util.UrlPathHelper urlPathHelper,
org.springframework.util.PathMatcher pathMatcher,
org.springframework.web.servlet.mvc.multiaction.MethodNameResolver methodNameResolver,
ConventionHelper conventionHelper) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
isHandlerMethod(Method method) |
Method |
resolveHandlerMethod(javax.servlet.http.HttpServletRequest request) |
getActualSessionAttributeNames, getHandlerMethods, getInitBinderMethods, getModelAttributeMethods, getTypeLevelMapping, hasHandlerMethods, hasSessionAttributes, hasTypeLevelMapping, init, isInitBinderMethod, isModelAttributeMethod, isSessionAttribute
protected org.springframework.web.util.UrlPathHelper urlPathHelper
protected org.springframework.util.PathMatcher pathMatcher
protected org.springframework.web.servlet.mvc.multiaction.MethodNameResolver methodNameResolver
public ServletHandlerMethodResolver(Class<?> handlerType, org.springframework.web.util.UrlPathHelper urlPathHelper, org.springframework.util.PathMatcher pathMatcher, org.springframework.web.servlet.mvc.multiaction.MethodNameResolver methodNameResolver, ConventionHelper conventionHelper)
protected boolean isHandlerMethod(Method method)
isHandlerMethod
in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
public Method resolveHandlerMethod(javax.servlet.http.HttpServletRequest request) throws javax.servlet.ServletException
javax.servlet.ServletException
Copyright © 2006–2018 TinyGroup. All rights reserved.