Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.web.bind.annotation Classes and Interfaces - 22 results found.
NameDescriptionTypePackageFramework
ControllerAdviceIndicates the annotated class assists a Controller.Classorg.springframework.web.bind.annotationSpring MVC
CookieValueAnnotation which indicates that a method parameter should be bound to an HTTP cookie.Classorg.springframework.web.bind.annotationSpring MVC
CrossOriginMarks the annotated method or type as permitting cross origin requests.Classorg.springframework.web.bind.annotationSpring MVC
ExceptionHandlerAnnotation for handling exceptions in specific handler classes and/orhandler methods.Classorg.springframework.web.bind.annotationSpring MVC
HandlerMethodInvocationExceptionException indicating that the execution of an annotated MVC handler method failed.Classorg.springframework.web.bind.annotation.supportSpring MVC
HandlerMethodInvokerSupport class for invoking an annotated handler method.Classorg.springframework.web.bind.annotation.supportSpring MVC
HandlerMethodResolverSupport class for resolving web method annotations in a handler type.Classorg.springframework.web.bind.annotation.supportSpring MVC
InitBinderAnnotation that identifies methods which initialize thewill be used for populating command and form object argumentsClassorg.springframework.web.bind.annotationSpring MVC
MatrixVariableAnnotation which indicates that a method parameter should be bound to aname-value pair within a path segment.Classorg.springframework.web.bind.annotationSpring MVC
ModelAttributeAnnotation that binds a method parameter or method return valueto a named model attribute, exposed to a web view.Classorg.springframework.web.bind.annotationSpring MVC
PathVariableAnnotation which indicates that a method parameter should be bound to a URI templatevariable.Classorg.springframework.web.bind.annotationSpring MVC
RequestBodyAnnotation indicating a method parameter should be bound to the body of the web request.Classorg.springframework.web.bind.annotationSpring MVC
RequestHeaderAnnotation which indicates that a method parameter should be bound to a web request header.Classorg.springframework.web.bind.annotationSpring MVC
RequestMappingAnnotation for mapping web requests onto specific handler classes and/orhandler methods.Classorg.springframework.web.bind.annotationSpring MVC
RequestMethodJava 5 enumeration of HTTP request methods.Classorg.springframework.web.bind.annotationSpring MVC
RequestParamAnnotation which indicates that a method parameter should be bound to a webSupported for annotated handler methods in Servlet and Portlet environments.Classorg.springframework.web.bind.annotationSpring MVC
RequestPartAnnotation that can be used to associate the part of a multipart/form-data requestwith a method argument.Classorg.springframework.web.bind.annotationSpring MVC
ResponseBodyAnnotation that indicates a method return value should be bound to the webresponse body.Classorg.springframework.web.bind.annotationSpring MVC
ResponseStatusMarks a method or exception class with the status code() andreason() that should be returned.Classorg.springframework.web.bind.annotationSpring MVC
RestControllerA convenience annotation that is itself annotated with @ControllerTypes that carry this annotation are treated as controllers whereClassorg.springframework.web.bind.annotationSpring MVC
SessionAttributesAnnotation that indicates the session attributes that a specific handler uses.Classorg.springframework.web.bind.annotationSpring MVC
ValueConstantsCommon value constants shared between bind annotations.Interfaceorg.springframework.web.bind.annotationSpring MVC