Uses of Class
org.springframework.web.bind.annotation.RequestMapping

Packages that use RequestMapping
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. 
 

Uses of RequestMapping in org.springframework.web.bind.annotation.support
 

Methods in org.springframework.web.bind.annotation.support that return RequestMapping
 RequestMapping HandlerMethodResolver.getTypeLevelMapping()
           
 

Uses of RequestMapping in org.springframework.web.portlet.mvc.annotation
 

Methods in org.springframework.web.portlet.mvc.annotation with parameters of type RequestMapping
protected  boolean DefaultAnnotationHandlerMapping.detectHandlerMethods(Class handlerType, String beanName, RequestMapping typeMapping)
          Derive portlet mode mappings from the handler's method-level mappings.
 

Uses of RequestMapping in org.springframework.web.servlet.mvc.annotation
 

Methods in org.springframework.web.servlet.mvc.annotation with parameters of type RequestMapping
protected  void DefaultAnnotationHandlerMapping.validateMapping(RequestMapping mapping, HttpServletRequest request)
          Validate the given type-level mapping metadata against the current request, checking HTTP request method and parameter conditions.
 



Copyright © 2002-2008 The Spring Framework.