Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.web.method.annotation Classes and Interfaces - 20 results found.
NameDescriptionTypePackageFramework
AbstractCookieValueMethodArgumentResolverA base abstract class to resolve method arguments annotated with@CookieValue.Classorg.springframework.web.method.annotationSpring MVC
AbstractNamedValueMethodArgumentResolverAbstract base class for resolving method arguments from a named value.Classorg.springframework.web.method.annotationSpring MVC
AbstractNamedValueMethodArgumentResolver .NamedValueInfoRepresents the information about a named value, including name, whether it's required and a default value.Classorg.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolverSpring MVC
AbstractWebArgumentResolverAdapterAn abstract base class adapting a WebArgumentResolver to theHandlerMethodArgumentResolver contract.Classorg.springframework.web.method.annotationSpring MVC
ErrorsMethodArgumentResolverResolves Errors method arguments.Classorg.springframework.web.method.annotationSpring MVC
ExceptionHandlerMethodResolverDiscovers @ExceptionHandler methods in a given class,including all of its superclasses, and helps to resolve a given ExceptionClassorg.springframework.web.method.annotationSpring MVC
ExpressionValueMethodArgumentResolverResolves method arguments annotated with @Value.Classorg.springframework.web.method.annotationSpring MVC
InitBinderDataBinderFactoryAdds initialization to a WebDataBinder via @InitBinder methods.Classorg.springframework.web.method.annotationSpring MVC
MapMethodProcessorResolves Map method arguments and handles Map return values.Classorg.springframework.web.method.annotationSpring MVC
MethodArgumentConversionNotSupportedExceptionA ConversionNotSupportedException raised while resolving a method argument.Classorg.springframework.web.method.annotationSpring MVC
MethodArgumentTypeMismatchExceptionA TypeMismatchException raised while resolving a controller method argument.Classorg.springframework.web.method.annotationSpring MVC
ModelAttributeMethodProcessorResolves method arguments annotated with @ModelAttribute and handlesreturn values from methods annotated with @ModelAttribute.Classorg.springframework.web.method.annotationSpring MVC
ModelFactoryProvides methods to initialize the Model before controller methodinvocation and to update it afterwards.Classorg.springframework.web.method.annotationSpring MVC
ModelMethodProcessorResolves Model arguments and handles Model return values.Classorg.springframework.web.method.annotationSpring MVC
RequestHeaderMapMethodArgumentResolverResolves Map method arguments annotated with @RequestHeader.Classorg.springframework.web.method.annotationSpring MVC
RequestHeaderMethodArgumentResolverResolves method arguments annotated with @RequestHeader except forMap arguments.Classorg.springframework.web.method.annotationSpring MVC
RequestParamMapMethodArgumentResolverResolves Map method arguments annotated with an @RequestParamwhere the annotation does not specify a request parameter name.Classorg.springframework.web.method.annotationSpring MVC
RequestParamMethodArgumentResolverResolves method arguments annotated with @RequestParam, arguments oftype MultipartFile in conjunction with Spring's MultipartResolverClassorg.springframework.web.method.annotationSpring MVC
SessionAttributesHandlerManages controller-specific session attributes declared via@SessionAttributes.Classorg.springframework.web.method.annotationSpring MVC
SessionStatusMethodArgumentResolverResolves a SessionStatus argument by obtaining it fromthe ModelAndViewContainer.Classorg.springframework.web.method.annotationSpring MVC