@Configuration
public class HawtioConfiguration
extends org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
| Constructor and Description |
|---|
HawtioConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
addResourceHandlers(org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry registry) |
void |
addViewControllers(org.springframework.web.servlet.config.annotation.ViewControllerRegistry registry) |
org.springframework.boot.context.embedded.FilterRegistrationBean |
AuthenticationFilter() |
org.springframework.boot.context.embedded.FilterRegistrationBean |
cacheFilter() |
org.springframework.boot.context.embedded.ServletRegistrationBean |
contextFormatter() |
org.springframework.boot.context.embedded.FilterRegistrationBean |
CORSFilter() |
org.springframework.boot.context.embedded.ServletRegistrationBean |
exportcontextservlet() |
org.springframework.boot.context.embedded.ServletListenerRegistrationBean |
fileCleanerCleanup() |
org.springframework.boot.context.embedded.ServletRegistrationBean |
fileupload() |
org.springframework.boot.context.embedded.ServletRegistrationBean |
gitServlet() |
org.springframework.boot.context.embedded.ServletListenerRegistrationBean |
hawtioContextListener() |
org.springframework.boot.context.embedded.ServletRegistrationBean |
jolokiaproxy() |
org.springframework.boot.context.embedded.ServletRegistrationBean |
keycloakservlet() |
org.springframework.boot.context.embedded.ServletRegistrationBean |
kubepod() |
org.springframework.boot.context.embedded.ServletRegistrationBean |
kubeservice() |
org.springframework.boot.context.embedded.ServletRegistrationBean |
loginservlet() |
org.springframework.boot.context.embedded.ServletRegistrationBean |
logoutservlet() |
org.springframework.boot.context.embedded.ServletRegistrationBean |
mavenSource() |
org.springframework.boot.context.embedded.FilterRegistrationBean |
redirectFilter() |
org.springframework.boot.context.embedded.FilterRegistrationBean |
sessionExpiryFilter() |
org.springframework.boot.context.embedded.ServletRegistrationBean |
userServlet() |
org.springframework.boot.context.embedded.FilterRegistrationBean |
XFrameOptionsFilter() |
addArgumentResolvers, addFormatters, addInterceptors, addReturnValueHandlers, configureAsyncSupport, configureContentNegotiation, configureDefaultServletHandling, configureHandlerExceptionResolvers, configureMessageConverters, configurePathMatch, configureViewResolvers, extendMessageConverters, getMessageCodesResolver, getValidatorpublic void addResourceHandlers(org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry registry)
addResourceHandlers in interface org.springframework.web.servlet.config.annotation.WebMvcConfigureraddResourceHandlers in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapterpublic void addViewControllers(org.springframework.web.servlet.config.annotation.ViewControllerRegistry registry)
addViewControllers in interface org.springframework.web.servlet.config.annotation.WebMvcConfigureraddViewControllers in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter@Bean public org.springframework.boot.context.embedded.ServletRegistrationBean userServlet()
@Bean public org.springframework.boot.context.embedded.ServletRegistrationBean jolokiaproxy()
@Bean public org.springframework.boot.context.embedded.ServletRegistrationBean kubeservice()
@Bean public org.springframework.boot.context.embedded.ServletRegistrationBean kubepod()
@Bean public org.springframework.boot.context.embedded.ServletRegistrationBean fileupload()
@Bean public org.springframework.boot.context.embedded.ServletRegistrationBean loginservlet()
@Bean public org.springframework.boot.context.embedded.ServletRegistrationBean logoutservlet()
@Bean public org.springframework.boot.context.embedded.ServletRegistrationBean keycloakservlet()
@Bean public org.springframework.boot.context.embedded.ServletRegistrationBean exportcontextservlet()
@Bean public org.springframework.boot.context.embedded.ServletRegistrationBean mavenSource()
@Bean public org.springframework.boot.context.embedded.ServletRegistrationBean contextFormatter()
@Bean public org.springframework.boot.context.embedded.ServletRegistrationBean gitServlet()
@Bean public org.springframework.boot.context.embedded.ServletListenerRegistrationBean hawtioContextListener()
@Bean public org.springframework.boot.context.embedded.ServletListenerRegistrationBean fileCleanerCleanup()
@Bean public org.springframework.boot.context.embedded.FilterRegistrationBean redirectFilter()
@Bean public org.springframework.boot.context.embedded.FilterRegistrationBean sessionExpiryFilter()
@Bean public org.springframework.boot.context.embedded.FilterRegistrationBean cacheFilter()
@Bean public org.springframework.boot.context.embedded.FilterRegistrationBean CORSFilter()
@Bean public org.springframework.boot.context.embedded.FilterRegistrationBean XFrameOptionsFilter()
@Bean public org.springframework.boot.context.embedded.FilterRegistrationBean AuthenticationFilter()
Copyright © 2015 JBoss by Red Hat. All rights reserved.