net.stepniak.api.config
Class ApplicationContext

java.lang.Object
  extended by org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
      extended by net.stepniak.api.config.ApplicationContext
All Implemented Interfaces:
org.springframework.web.servlet.config.annotation.WebMvcConfigurer

public class ApplicationContext
extends org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter


Constructor Summary
ApplicationContext()
           
 
Method Summary
 void configureDefaultServletHandling(org.springframework.web.servlet.config.annotation.DefaultServletHandlerConfigurer configurer)
           
 void configureHandlerExceptionResolvers(List<org.springframework.web.servlet.HandlerExceptionResolver> exceptionResolvers)
           
static org.springframework.context.support.PropertySourcesPlaceholderConfigurer properties()
           
 
Methods inherited from class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
addArgumentResolvers, addFormatters, addInterceptors, addResourceHandlers, addReturnValueHandlers, addViewControllers, configureAsyncSupport, configureContentNegotiation, configureMessageConverters, getMessageCodesResolver, getValidator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationContext

public ApplicationContext()
Method Detail

properties

@Bean
public static org.springframework.context.support.PropertySourcesPlaceholderConfigurer properties()

configureDefaultServletHandling

public void configureDefaultServletHandling(org.springframework.web.servlet.config.annotation.DefaultServletHandlerConfigurer configurer)
Specified by:
configureDefaultServletHandling in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Overrides:
configureDefaultServletHandling in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter

configureHandlerExceptionResolvers

public void configureHandlerExceptionResolvers(List<org.springframework.web.servlet.HandlerExceptionResolver> exceptionResolvers)
Specified by:
configureHandlerExceptionResolvers in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Overrides:
configureHandlerExceptionResolvers in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter


Copyright © 2013. All Rights Reserved.