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

Packages that use RequestMethod
org.springframework.web.bind.annotation Annotations for binding requests to controllers and handler methods as well as for binding request parameters to method arguments. 
 

Uses of RequestMethod in org.springframework.web.bind.annotation
 

Methods in org.springframework.web.bind.annotation that return RequestMethod
static RequestMethod RequestMethod.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RequestMethod[] RequestMethod.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2002-2008 The Spring Framework.