Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.web.servlet.config.annotation Classes and Interfaces - 21 results found.
NameDescriptionTypePackageFramework
AsyncSupportConfigurerHelps with configuring options for asynchronous request processing.Classorg.springframework.web.servlet.config.annotationSpring MVC
ContentNegotiationConfigurerCreates a ContentNegotiationManager and configures it withone or more ContentNegotiationStrategy instances.Classorg.springframework.web.servlet.config.annotationSpring MVC
CorsRegistrationCorsRegistration assists with the creation of aCorsConfiguration instance mapped to a path pattern.Classorg.springframework.web.servlet.config.annotationSpring MVC
CorsRegistryCorsRegistry assists with the registration of CorsConfigurationmapped to a path pattern.Classorg.springframework.web.servlet.config.annotationSpring MVC
DefaultServletHandlerConfigurerConfigures a request handler for serving static resources by forwarding the request to the Servlet container'sdefault Servlet.Classorg.springframework.web.servlet.config.annotationSpring MVC
DelegatingWebMvcConfigurationA sub-class of WebMvcConfigurationSupport that detects and delegatesto all beans of type WebMvcConfigurer allowing them to customize theClassorg.springframework.web.servlet.config.annotationSpring MVC
EnableWebMvcAdding this annotation to an @Configuration class imports the Spring MVCconfiguration from WebMvcConfigurationSupport, e.Classorg.springframework.web.servlet.config.annotationSpring MVC
InterceptorRegistrationAssists with the creation of a MappedInterceptor.Classorg.springframework.web.servlet.config.annotationSpring MVC
InterceptorRegistryHelps with configuring a list of mapped interceptors.Classorg.springframework.web.servlet.config.annotationSpring MVC
PathMatchConfigurerHelps with configuring HandlerMappings path matching options such as trailingslash match, suffix registration, path matcher and path helper.Classorg.springframework.web.servlet.config.annotationSpring MVC
RedirectViewControllerRegistrationAssist with the registration of a single redirect view controller.Classorg.springframework.web.servlet.config.annotationSpring MVC
ResourceChainRegistrationAssists with the registration of resource resolvers and transformers.Classorg.springframework.web.servlet.config.annotationSpring MVC
ResourceHandlerRegistrationEncapsulates information required to create a resource handler.Classorg.springframework.web.servlet.config.annotationSpring MVC
ResourceHandlerRegistryStores registrations of resource handlers for serving static resources such as images, css files and othersthrough Spring MVC including setting cache headers optimized for efficient loading in a web browser.Classorg.springframework.web.servlet.config.annotationSpring MVC
UrlBasedViewResolverRegistrationAssist with configuring a UrlBasedViewResolver.Classorg.springframework.web.servlet.config.annotationSpring MVC
ViewControllerRegistrationAssist with the registration of a single view controller.Classorg.springframework.web.servlet.config.annotationSpring MVC
ViewControllerRegistryAssists with the registration of simple automated controllers pre-configuredwith status code and/or a view.Classorg.springframework.web.servlet.config.annotationSpring MVC
ViewResolverRegistryAssist with the configuration of a chain ofViewResolver instances.Classorg.springframework.web.servlet.config.annotationSpring MVC
WebMvcConfigurationSupportThis is the main class providing the configuration behind the MVC Java config.Classorg.springframework.web.servlet.config.annotationSpring MVC
WebMvcConfigurerDefines callback methods to customize the Java-based configuration forSpring MVC enabled via @EnableWebMvc.Interfaceorg.springframework.web.servlet.config.annotationSpring MVC
WebMvcConfigurerAdapterAn implementation of WebMvcConfigurer with empty methods allowingsub-classes to override only the methods they're interested in.Classorg.springframework.web.servlet.config.annotationSpring MVC