The Spring Framework

Uses of Interface
org.springframework.web.servlet.mvc.multiaction.MethodNameResolver

Packages that use MethodNameResolver
org.springframework.web.servlet.mvc.annotation Support package for annotation-based Servlet MVC controllers. 
org.springframework.web.servlet.mvc.multiaction Package allowing MVC Controller implementations to handle requests at method rather than class level. 
 

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

Methods in org.springframework.web.servlet.mvc.annotation with parameters of type MethodNameResolver
 void AnnotationMethodHandlerAdapter.setMethodNameResolver(MethodNameResolver methodNameResolver)
          Set the MethodNameResolver to use for resolving default handler methods (carrying an empty @RequestMapping annotation).
 

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

Classes in org.springframework.web.servlet.mvc.multiaction that implement MethodNameResolver
 class AbstractUrlMethodNameResolver
          Abstract base class for URL-based MethodNameResolver implementations.
 class InternalPathMethodNameResolver
          Simple implementation of MethodNameResolver that maps URL to method name.
 class ParameterMethodNameResolver
          Implementation of MethodNameResolver which supports several strategies for mapping parameter values to the names of methods to invoke.
 class PropertiesMethodNameResolver
          The most flexible out-of-the-box implementation of the MethodNameResolver interface.
 

Methods in org.springframework.web.servlet.mvc.multiaction that return MethodNameResolver
 MethodNameResolver MultiActionController.getMethodNameResolver()
          Return the MethodNameResolver used by this class.
 

Methods in org.springframework.web.servlet.mvc.multiaction with parameters of type MethodNameResolver
 void MultiActionController.setMethodNameResolver(MethodNameResolver methodNameResolver)
          Set the method name resolver that this class should use.
 


The Spring Framework

Copyright © 2002-2008 The Spring Framework.