@SpringBootApplication
@ImportResource(value="classpath:/META-INF/spring/application.xml")
@EnableAutoConfiguration(exclude=org.springframework.boot.autoconfigure.security.SecurityAutoConfiguration.class)
public class Application
extends org.springframework.boot.web.servlet.support.SpringBootServletInitializer
| Modifier and Type | Field and Description |
|---|---|
protected String |
environmentCode |
| Constructor and Description |
|---|
Application() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.boot.web.servlet.ServletRegistrationBean<org.ligoj.bootstrap.http.proxy.BackendProxyServlet> |
apiProxyServlet() |
org.springframework.boot.web.servlet.FilterRegistrationBean<com.samaxes.filter.CacheFilter> |
cacheFilter() |
org.springframework.boot.web.servlet.FilterRegistrationBean<CaptchaFilter> |
captchaFilter() |
org.springframework.boot.web.servlet.ServletRegistrationBean<CaptchaServlet> |
captchaServlet() |
org.springframework.boot.web.servlet.FilterRegistrationBean<org.springframework.web.filter.CharacterEncodingFilter> |
characterEncodingFilter() |
protected org.springframework.boot.builder.SpringApplicationBuilder |
configure(org.springframework.boot.builder.SpringApplicationBuilder application) |
org.springframework.boot.web.server.ErrorPageRegistrar |
containerCustomizer() |
org.springframework.boot.web.servlet.FilterRegistrationBean<org.eclipse.jetty.servlets.DoSFilter> |
doSFilter() |
protected String |
getEnvironment()
Fix the system environment from "auto" to the guess value.
|
org.springframework.boot.web.servlet.FilterRegistrationBean<HtmlProxyFilter> |
htmlProxyFilter() |
org.springframework.security.web.session.HttpSessionEventPublisher |
httpSessionEventPublisher() |
static void |
main(String[] args)
Require main either invoked from IDE, either from the CLI
|
org.springframework.boot.web.servlet.ServletRegistrationBean<org.ligoj.bootstrap.http.proxy.BackendProxyServlet> |
managementServlet() |
org.springframework.boot.web.servlet.ServletRegistrationBean<org.ligoj.bootstrap.http.proxy.BackendProxyServlet> |
pluginProxyServlet() |
org.springframework.web.context.request.RequestContextListener |
requestContextListener() |
org.springframework.boot.web.servlet.FilterRegistrationBean<org.springframework.web.filter.DelegatingFilterProxy> |
securityFilterChainRegistration() |
@Value(value="${app-env:auto}")
protected String environmentCode
protected org.springframework.boot.builder.SpringApplicationBuilder configure(org.springframework.boot.builder.SpringApplicationBuilder application)
configure in class org.springframework.boot.web.servlet.support.SpringBootServletInitializerpublic static void main(String[] args)
args - Application arguments.@Bean public org.springframework.boot.web.servlet.ServletRegistrationBean<org.ligoj.bootstrap.http.proxy.BackendProxyServlet> managementServlet()
@Bean public org.springframework.boot.web.servlet.ServletRegistrationBean<org.ligoj.bootstrap.http.proxy.BackendProxyServlet> apiProxyServlet()
@Bean public org.springframework.boot.web.servlet.ServletRegistrationBean<org.ligoj.bootstrap.http.proxy.BackendProxyServlet> pluginProxyServlet()
@Bean public org.springframework.boot.web.servlet.ServletRegistrationBean<CaptchaServlet> captchaServlet()
@Bean public org.springframework.boot.web.servlet.FilterRegistrationBean<org.springframework.web.filter.DelegatingFilterProxy> securityFilterChainRegistration()
@Bean public org.springframework.boot.web.servlet.FilterRegistrationBean<org.springframework.web.filter.CharacterEncodingFilter> characterEncodingFilter()
@Bean public org.springframework.boot.web.servlet.FilterRegistrationBean<HtmlProxyFilter> htmlProxyFilter()
@Bean public org.springframework.boot.web.servlet.FilterRegistrationBean<com.samaxes.filter.CacheFilter> cacheFilter()
@Bean public org.springframework.boot.web.servlet.FilterRegistrationBean<org.eclipse.jetty.servlets.DoSFilter> doSFilter()
@Bean public org.springframework.boot.web.servlet.FilterRegistrationBean<CaptchaFilter> captchaFilter()
protected String getEnvironment()
@Bean public org.springframework.web.context.request.RequestContextListener requestContextListener()
@Bean public org.springframework.security.web.session.HttpSessionEventPublisher httpSessionEventPublisher()
@Bean public org.springframework.boot.web.server.ErrorPageRegistrar containerCustomizer()
Copyright © 2017–2018 Gfi Informatique. All rights reserved.