@Configuration(value="jOrchestraAutoConfiguration")
@EnableWebMvc
@EnableWebSocket
@EnableConfigurationProperties(value=br.com.jorchestra.configuration.JOrchestraConfigurationProperties.class)
public class JOrchestraAutoConfiguration
extends org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
implements org.springframework.web.socket.config.annotation.WebSocketConfigurer
| Constructor and Description |
|---|
JOrchestraAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
configureDefaultServletHandling(org.springframework.web.servlet.config.annotation.DefaultServletHandlerConfigurer configurer) |
br.com.jorchestra.service.JOrchestraBeans |
JOrchestraBeans() |
void |
registerWebSocketHandlers(org.springframework.web.socket.config.annotation.WebSocketHandlerRegistry webSocketHandlerRegistry) |
addArgumentResolvers, addCorsMappings, addFormatters, addInterceptors, addResourceHandlers, addReturnValueHandlers, addViewControllers, configureAsyncSupport, configureContentNegotiation, configureHandlerExceptionResolvers, configureMessageConverters, configurePathMatch, configureViewResolvers, extendHandlerExceptionResolvers, extendMessageConverters, getMessageCodesResolver, getValidator@Bean public br.com.jorchestra.service.JOrchestraBeans JOrchestraBeans()
public void registerWebSocketHandlers(org.springframework.web.socket.config.annotation.WebSocketHandlerRegistry webSocketHandlerRegistry)
registerWebSocketHandlers in interface org.springframework.web.socket.config.annotation.WebSocketConfigurerpublic void configureDefaultServletHandling(org.springframework.web.servlet.config.annotation.DefaultServletHandlerConfigurer configurer)
configureDefaultServletHandling in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurerconfigureDefaultServletHandling in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter