Uses of Class
org.springframework.web.servlet.mvc.multiaction.NoSuchRequestHandlingMethodException

Packages that use NoSuchRequestHandlingMethodException
org.springframework.web.servlet.mvc.multiaction Package allowing MVC Controller implementations to handle requests at method rather than class level.  
 

Uses of NoSuchRequestHandlingMethodException in org.springframework.web.servlet.mvc.multiaction
 

Methods in org.springframework.web.servlet.mvc.multiaction that throw NoSuchRequestHandlingMethodException
 String ParameterMethodNameResolver.getHandlerMethodName(HttpServletRequest request)
           
 String MethodNameResolver.getHandlerMethodName(HttpServletRequest request)
          Return a method name that can handle this request.
 String AbstractUrlMethodNameResolver.getHandlerMethodName(HttpServletRequest request)
          This implementation of getHandlerMethodName retrieves the URL path to use for lookup and delegates to getHandlerMethodNameForUrlPath.
 



Copyright (C) 2003-2004 The Spring Framework Project.