Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.web.servlet.mvc Classes and Interfaces - 98 results found.
NameDescriptionTypePackageFramework
AbstractControllerConvenient superclass for controller implementations, using the Template Method(and that defined by interface):Classorg.springframework.web.servlet.mvcSpring MVC
AbstractControllerUrlHandlerMappingBase class for HandlerMapping implementationsthat derive URL paths according to conventions for specific controller types.Classorg.springframework.web.servlet.mvc.supportSpring MVC
AbstractHandlerMethodAdapterAbstract base class for HandlerAdapter implementations that supporthandlers of type HandlerMethod.Classorg.springframework.web.servlet.mvc.methodSpring MVC
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
AbstractRequestConditionA base class for RequestCondition types providing implementations ofequals(Object), hashCode(), and toString().Classorg.springframework.web.servlet.mvc.conditionSpring MVC
AbstractUrlMethodNameResolverAbstract base class for URL-based MethodNameResolver implementations.Classorg.springframework.web.servlet.mvc.multiactionSpring MVC
AbstractUrlViewControllerAbstract base class for Controllers that return a view namebased on the request URL.Classorg.springframework.web.servlet.mvcSpring MVC
AnnotationMethodHandlerAdapterthat maps handler methods based on HTTP paths, HTTP methods, and request parametersexpressed through the RequestMapping annotation.Classorg.springframework.web.servlet.mvc.annotationSpring MVC
AnnotationMethodHandlerExceptionResolverexceptions through the ExceptionHandler annotation.Classorg.springframework.web.servlet.mvc.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
CompositeRequestConditionRequestCondition types and using a logical conjunction (' && ') toensure all conditions match a given request.Classorg.springframework.web.servlet.mvc.conditionSpring MVC
ConsumesRequestConditionA logical disjunction request condition to match a request's'Content-Type' header to a list of media type expressions.Classorg.springframework.web.servlet.mvc.conditionSpring MVC
ControllerBase Controller interface, representing a component that receivesHttpServletRequest and HttpServletResponseInterfaceorg.springframework.web.servlet.mvcSpring MVC
ControllerBeanNameHandlerMappingfollows a simple convention for generating URL path mappings from the bean namesof registered Controller beansClassorg.springframework.web.servlet.mvc.supportSpring MVC
ControllerClassNameHandlerMappingfollows a simple convention for generating URL path mappings from the class namesof registered Controller beansClassorg.springframework.web.servlet.mvc.supportSpring MVC
DefaultAnnotationHandlerMappinginterface that maps handlers based on HTTP paths expressed through theRequestMapping annotation at the type or method level.Classorg.springframework.web.servlet.mvc.annotationSpring MVC
DefaultHandlerExceptionResolverDefault implementation of the HandlerExceptionResolver interface that resolves standard Spring exceptions and translatesthem to corresponding HTTP status codes.Classorg.springframework.web.servlet.mvc.supportSpring 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
HeadersRequestConditionA logical conjunction (' && ') request condition that matches a request againsta set of header expressions with syntax defined in RequestMapping.Classorg.springframework.web.servlet.mvc.conditionSpring 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
HttpRequestHandlerAdapterAdapter to use the plain HttpRequestHandlerinterface with the generic DispatcherServlet.Classorg.springframework.web.servlet.mvcSpring MVC
InternalPathMethodNameResolverSimple implementation of MethodNameResolver that maps URL tomethod name.Classorg.springframework.web.servlet.mvc.multiactionSpring 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
LastModifiedSupports last-modified HTTP requests to facilitate content caching.Interfaceorg.springframework.web.servlet.mvcSpring 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
MediaTypeExpressionA contract for media type expressions (e.Interfaceorg.springframework.web.servlet.mvc.conditionSpring MVC
MethodNameResolverInterface that parameterizes the MultiActionController classusing the Strategy GoF Design pattern, allowingInterfaceorg.springframework.web.servlet.mvc.multiactionSpring MVC
ModelAndViewMethodReturnValueHandlerHandles return values of type ModelAndView copying view and modelinformation to the ModelAndViewContainer.Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
ModelAndViewResolverSPI for resolving custom return values from a specific handler method.Interfaceorg.springframework.web.servlet.mvc.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
MultiActionControllerclass.Classorg.springframework.web.servlet.mvc.multiactionSpring 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
NameValueExpressionA contract for name!=value style expression used to specify requestparameters and request header conditions in @RequestMapping.Interfaceorg.springframework.web.servlet.mvc.conditionSpring MVC
NoSuchRequestHandlingMethodExceptionException thrown when there is no handler method (action method)for a specific HTTP request.Classorg.springframework.web.servlet.mvc.multiactionSpring MVC
ParameterizableViewControllerTrivial controller that always returns a pre-configured view and optionallysets the response status code.Classorg.springframework.web.servlet.mvcSpring MVC
ParameterMethodNameResolverfor mapping parameter values to the names of methods to invoke.Classorg.springframework.web.servlet.mvc.multiactionSpring MVC
ParamsRequestConditionA logical conjunction (' && ') request condition that matches a request againsta set parameter expressions with syntax defined in RequestMapping.Classorg.springframework.web.servlet.mvc.conditionSpring 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
PatternsRequestConditionA logical disjunction request condition that matches a requestagainst a set of URL path patterns.Classorg.springframework.web.servlet.mvc.conditionSpring MVC
ProducesRequestConditionA logical disjunction request condition to match a request's 'Accept' headerto a list of media type expressions.Classorg.springframework.web.servlet.mvc.conditionSpring MVC
PropertiesMethodNameResolverThe most flexible out-of-the-box implementation of the MethodNameResolverinterface.Classorg.springframework.web.servlet.mvc.multiactionSpring MVC
RedirectAttributesA specialization of the Model interface that controllers can use toselect attributes for a redirect scenario.Interfaceorg.springframework.web.servlet.mvc.supportSpring MVC
RedirectAttributesMethodArgumentResolverResolves method arguments of type RedirectAttributes.Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
RedirectAttributesModelMapA ModelMap implementation of RedirectAttributes that formatsvalues as Strings using a DataBinder.Classorg.springframework.web.servlet.mvc.supportSpring 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
RequestConditionThe contract for request conditions in Spring MVC's mapping infrastructure.Interfaceorg.springframework.web.servlet.mvc.conditionSpring MVC
RequestConditionHolderA holder for a RequestCondition useful when the type of the requestcondition is not known ahead of time, e.Classorg.springframework.web.servlet.mvc.conditionSpring 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
RequestMappingInfoEncapsulates the following request mapping conditions:PatternsRequestConditionClassorg.springframework.web.servlet.mvc.methodSpring MVC
RequestMappingInfo .BuilderDefines a builder for creating a RequestMappingInfo.Interfaceorg.springframework.web.servlet.mvc.method.RequestMappingInfoSpring MVC
RequestMappingInfo .BuilderConfigurationContainer for configuration options used for request mapping purposes.Classorg.springframework.web.servlet.mvc.method.RequestMappingInfoSpring MVC
RequestMappingInfoHandlerMappingAbstract base class for classes for which RequestMappingInfo definesthe mapping between a request and a handler method.Classorg.springframework.web.servlet.mvc.methodSpring MVC
RequestMappingInfoHandlerMethodMappingNamingStrategyA HandlerMethodMappingNamingStrategy for RequestMappingInfo-based handlerIf the RequestMappingInfo name attribute is set, its value is used.Classorg.springframework.web.servlet.mvc.methodSpring MVC
RequestMethodsRequestConditionA logical disjunction request condition that matches a requestagainst a set of RequestMethods.Classorg.springframework.web.servlet.mvc.conditionSpring 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
ResponseStatusExceptionResolverA HandlerExceptionResolver that uses the @ResponseStatusannotation to map exceptions to HTTP status codes.Classorg.springframework.web.servlet.mvc.annotationSpring MVC
ServletCookieValueMethodArgumentResolverAn AbstractCookieValueMethodArgumentResolverthat resolves cookie values from an HttpServletRequest.Classorg.springframework.web.servlet.mvc.method.annotationSpring MVC
ServletForwardingControllerSpring Controller implementation that forwards to a named servlet,i.Classorg.springframework.web.servlet.mvcSpring 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
ServletWrappingControllerSpring Controller implementation that wraps a servlet instance which it managesinternally.Classorg.springframework.web.servlet.mvcSpring MVC
SimpleControllerHandlerAdapterAdapter to use the plain Controller workflow interface withthe generic DispatcherServlet.Classorg.springframework.web.servlet.mvcSpring 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
UrlFilenameViewControllerSimple Controller implementation that transforms the virtualpath of a URL into a view name and returns that view.Classorg.springframework.web.servlet.mvcSpring 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
WebContentInterceptorHandler interceptor that checks the request and prepares the response.Classorg.springframework.web.servlet.mvcSpring MVC