Package | Description |
---|---|
org.springframework.web.bind.annotation.support |
Support classes for web annotation processing.
|
org.springframework.web.portlet.mvc.annotation |
Support package for annotation-based Portlet MVC controllers.
|
org.springframework.web.servlet.mvc.annotation |
Support package for annotation-based Servlet MVC controllers.
|
org.springframework.web.servlet.mvc.method.annotation |
MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation package. |
Modifier and Type | Method and Description |
---|---|
RequestMapping |
HandlerMethodResolver.getTypeLevelMapping() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
DefaultAnnotationHandlerMapping.detectHandlerMethods(Class<?> handlerType,
String beanName,
RequestMapping typeMapping)
Derive portlet mode mappings from the handler's method-level mappings.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultAnnotationHandlerMapping.validateMapping(RequestMapping mapping,
javax.servlet.http.HttpServletRequest request)
Deprecated.
Validate the given type-level mapping metadata against the current request,
checking HTTP request method and parameter conditions.
|
Modifier and Type | Method and Description |
---|---|
protected RequestMappingInfo |
RequestMappingHandlerMapping.createRequestMappingInfo(RequestMapping annotation,
RequestCondition<?> customCondition)
Created a RequestMappingInfo from a RequestMapping annotation.
|
Copyright © 2015. All rights reserved.