Package org.apereo.cas.util.spring.boot
Class AbstractCasSpringBootServletInitializer
- java.lang.Object
-
- org.springframework.boot.web.servlet.support.SpringBootServletInitializer
-
- org.apereo.cas.util.spring.boot.AbstractCasSpringBootServletInitializer
-
- All Implemented Interfaces:
org.springframework.web.WebApplicationInitializer
public abstract class AbstractCasSpringBootServletInitializer extends org.springframework.boot.web.servlet.support.SpringBootServletInitializer- Since:
- 6.4.0
-
-
Constructor Summary
Constructors Constructor Description AbstractCasSpringBootServletInitializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.springframework.boot.builder.SpringApplicationBuilderconfigure(org.springframework.boot.builder.SpringApplicationBuilder builder)voidonStartup(javax.servlet.ServletContext servletContext)
-
-
-
Method Detail
-
onStartup
public void onStartup(javax.servlet.ServletContext servletContext) throws javax.servlet.ServletException- Specified by:
onStartupin interfaceorg.springframework.web.WebApplicationInitializer- Overrides:
onStartupin classorg.springframework.boot.web.servlet.support.SpringBootServletInitializer- Throws:
javax.servlet.ServletException
-
configure
protected org.springframework.boot.builder.SpringApplicationBuilder configure(org.springframework.boot.builder.SpringApplicationBuilder builder)
- Overrides:
configurein classorg.springframework.boot.web.servlet.support.SpringBootServletInitializer
-
-