public class DefaultCOCUrlHandlerMapping
extends org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping
Constructor and Description |
---|
DefaultCOCUrlHandlerMapping() |
Modifier and Type | Method and Description |
---|---|
protected String[] |
determineUrlsForHandler(String beanName) |
protected Object |
lookupHandler(String urlPath,
javax.servlet.http.HttpServletRequest request) |
void |
setConventionHelper(ConventionHelper conventionHelper) |
protected void |
validateHandler(Object handler,
javax.servlet.http.HttpServletRequest request)
Validate the given annotated handler against the current request.
|
addUrlsForPath, determineUrlsForHandlerMethods, determineUrlsForHandlerMethods, setUseDefaultSuffixPattern, supportsTypeLevelMappings, validateMapping
detectHandlers, initApplicationContext, setDetectHandlersInAncestorContexts
buildPathExposingHandler, exposePathWithinMapping, exposeUriTemplateVariables, getHandlerInternal, getHandlerMap, getRootHandler, match, registerHandler, registerHandler, setLazyInitHandlers, setRootHandler, setUseTrailingSlashMatch, useTrailingSlashMatch
adaptInterceptor, detectMappedInterceptors, extendInterceptors, getAdaptedInterceptors, getCorsConfiguration, getCorsConfigurations, getCorsHandlerExecutionChain, getCorsProcessor, getDefaultHandler, getHandler, getHandlerExecutionChain, getMappedInterceptors, getOrder, getPathMatcher, getUrlPathHelper, initInterceptors, setAlwaysUseFullPath, setCorsConfigurations, setCorsProcessor, setDefaultHandler, setInterceptors, setOrder, setPathMatcher, setRemoveSemicolonContent, setUrlDecode, setUrlPathHelper
getServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContext
getApplicationContext, getMessageSourceAccessor, requiredContextClass, setApplicationContext
public void setConventionHelper(ConventionHelper conventionHelper)
protected String[] determineUrlsForHandler(String beanName)
determineUrlsForHandler
in class org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping
protected Object lookupHandler(String urlPath, javax.servlet.http.HttpServletRequest request) throws Exception
lookupHandler
in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
Exception
protected void validateHandler(Object handler, javax.servlet.http.HttpServletRequest request) throws Exception
validateHandler
in class org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping
Exception
DefaultAnnotationHandlerMapping.validateMapping(org.springframework.web.bind.annotation.RequestMapping, javax.servlet.http.HttpServletRequest)
Copyright © 2006–2018 TinyGroup. All rights reserved.