Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.web.servlet.mvc.method.annotation Classes and Interfaces - 51 results found.
NameDescriptionTypePackageFramework
AbstractJsonpResponseBodyAdviceA convenient base class for a ResponseBodyAdvice to instruct theMappingJackson2HttpMessageConverterClassorg.springframework.web.servlet.mvc.method.annotationSpring MVC
AbstractMappingJacksonResponseBodyAdviceA convenient base class for ResponseBodyAdvice implementationsthat customize the response before JSON serialization withClassorg.springframework.web.servlet.mvc.method.annotationSpring MVC
AbstractMessageConverterMethodArgumentResolverA base class for resolving method argument values by reading from the body ofa request with HttpMessageConverters.Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
AbstractMessageConverterMethodProcessormethod return values by writing to the response with HttpMessageConverters.Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
AsyncTaskMethodReturnValueHandlerHandles return values of type WebAsyncTask.Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
CallableMethodReturnValueHandlerHandles return values of type Callable.Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
CompletionStageReturnValueHandlerHandles return values of type CompletionStage (implemented byCompletableFuture for example).Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
DeferredResultMethodReturnValueHandlerHandles return values of type DeferredResult.Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
ExceptionHandlerExceptionResolverAn AbstractHandlerMethodExceptionResolver that resolves exceptionsthrough @ExceptionHandler methods.Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
ExtendedServletRequestDataBinderSubclass of ServletRequestDataBinder that adds URI template variablesto the values used for data binding.Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
HttpEntityMethodProcessorResolves HttpEntity and RequestEntity method argument valuesand also handles HttpEntity and ResponseEntity return values.Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
HttpHeadersReturnValueHandlerHandles HttpHeaders return values.Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
JsonViewRequestBodyAdviceA RequestBodyAdvice implementation that adds support for Jackson's@JsonView annotation declared on a Spring MVC @HttpEntityClassorg.springframework.web.servlet.mvc.method.annotationSpring MVC
JsonViewResponseBodyAdviceA ResponseBodyAdvice implementation that adds support for Jackson's@JsonView annotation declared on a Spring MVC @RequestMappingClassorg.springframework.web.servlet.mvc.method.annotationSpring MVC
ListenableFutureReturnValueHandlerHandles return values of typeSince:4.Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
MatrixVariableMapMethodArgumentResolverResolves method arguments of type Map annotated with@MatrixVariable where the annotation does notClassorg.springframework.web.servlet.mvc.method.annotationSpring MVC
MatrixVariableMethodArgumentResolverResolves method arguments annotated with @MatrixVariable.Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
ModelAndViewMethodReturnValueHandlerHandles return values of type ModelAndView copying view and modelinformation to the ModelAndViewContainer.Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
ModelAndViewResolverMethodReturnValueHandlerThis return value handler is intended to be ordered after all others as itattempts to handle _any_ return value type (i.Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
MvcUriComponentsBuilderCreates instances of UriComponentsBuilderby pointing to Spring MVC controllers and @RequestMapping methods.Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
MvcUriComponentsBuilder .MethodArgumentBuilderClassorg.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilderSpring MVC
MvcUriComponentsBuilder .MethodInvocationInfoInterfaceorg.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilderSpring MVC
PathVariableMapMethodArgumentResolverResolves Map method arguments annotated with an @PathVariablewhere the annotation does not specify a path variable name.Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
PathVariableMethodArgumentResolverResolves method arguments annotated with an @PathVariable.Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
PathVariableMapMethodArgumentResolverResolves Map method arguments annotated with an PathVariablewhere the annotation does not specify a path variable name.Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
RedirectAttributesMethodArgumentResolverResolves method arguments of type RedirectAttributes.Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
RequestBodyAdviceAllows customizing the request before its body is read and converted into anObject and also allows for processing of the resulting Object before it isInterfaceorg.springframework.web.servlet.mvc.method.annotationSpring MVC
RequestBodyAdviceAdapterA convenient starting point for implementingResponseBodyAdvice with default method implementations.Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
RequestMappingHandlerAdapterAn AbstractHandlerMethodAdapter that supports HandlerMethodswith their method argument and return type signature, as defined viaClassorg.springframework.web.servlet.mvc.method.annotationSpring MVC
RequestMappingHandlerMappingCreates RequestMappingInfo instances from type and method-level@RequestMapping annotations inClassorg.springframework.web.servlet.mvc.method.annotationSpring MVC
RequestPartMethodArgumentResolverResolves the following method arguments:Annotated with @RequestPartClassorg.springframework.web.servlet.mvc.method.annotationSpring MVC
RequestResponseBodyMethodProcessorResolves method arguments annotated with @RequestBody and handles returnvalues from methods annotated with @ResponseBody by reading and writingClassorg.springframework.web.servlet.mvc.method.annotationSpring MVC
ResponseBodyAdviceAllows customizing the response after the execution of an @ResponseBodyor a ResponseEntity controller method but before the body is writtenInterfaceorg.springframework.web.servlet.mvc.method.annotationSpring MVC
ResponseBodyEmitterA controller method return value type for asynchronous request processingwhere one or more objects are written to the response.Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
ResponseBodyEmitter .DataWithMediaTypeA simple holder of data to be written along with a MediaType hint forselecting a message converter to write with.Classorg.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitterSpring MVC
ResponseBodyEmitterReturnValueHandlerSupports return values of type ResponseBodyEmitter and alsoResponseEntity.Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
ResponseEntityExceptionHandlerA convenient base class for @ControllerAdvice classesthat wish to provide centralized exception handling across allClassorg.springframework.web.servlet.mvc.method.annotationSpring MVC
ServletCookieValueMethodArgumentResolverAn AbstractCookieValueMethodArgumentResolverthat resolves cookie values from an HttpServletRequest.Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
ServletInvocableHandlerMethodvalues through a registered HandlerMethodReturnValueHandler andalso supports setting the response status based on a method-levelClassorg.springframework.web.servlet.mvc.method.annotationSpring MVC
ServletModelAttributeMethodProcessorA Servlet-specific ModelAttributeMethodProcessor that applies databinding through a WebDataBinder of type ServletRequestDataBinder.Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
ServletRequestDataBinderFactoryCreates a ServletRequestDataBinder.Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
ServletRequestMethodArgumentResolverResolves request-related method argument values of the following types:TimeZone (as of Spring 4.Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
ServletResponseMethodArgumentResolverResolves response-related method argument values of types:Since:3.Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
ServletWebArgumentResolverAdapterA Servlet-specific AbstractWebArgumentResolverAdapter that creates aNativeWebRequest from ServletRequestAttributes.Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
SseEmitterA specialization of ResponseBodyEmitter for sendingSince:4.Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
SseEmitter .SseEventBuilderA builder for an SSE event.Interfaceorg.springframework.web.servlet.mvc.method.annotation.SseEmitterSpring MVC
StreamingResponseBodyA controller method return value type for asynchronous request processingwhere the application can write directly to the response OutputStreamInterfaceorg.springframework.web.servlet.mvc.method.annotationSpring MVC
StreamingResponseBodyReturnValueHandlerSupports return values of typeStreamingResponseBodyClassorg.springframework.web.servlet.mvc.method.annotationSpring MVC
UriComponentsBuilderMethodArgumentResolverResolvers argument values of type UriComponentsBuilder.Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
ViewMethodReturnValueHandlerHandles return values that are of type View.Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
ViewNameMethodReturnValueHandlerHandles return values of types void and String interpreting themas view name reference.Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC