Package org.powertac.visualizer
Class ApplicationWebXml
java.lang.Object
org.springframework.boot.web.servlet.support.SpringBootServletInitializer
org.powertac.visualizer.ApplicationWebXml
- All Implemented Interfaces:
org.springframework.web.WebApplicationInitializer
public class ApplicationWebXml
extends org.springframework.boot.web.servlet.support.SpringBootServletInitializer
This is a helper Java class that provides an alternative to creating a web.xml.
This will be invoked only when the application is deployed to a servlet container like Tomcat, JBoss etc.
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ApplicationWebXml() -
Method Summary
Modifier and Type Method Description protected org.springframework.boot.builder.SpringApplicationBuilderconfigure(org.springframework.boot.builder.SpringApplicationBuilder application)
-
Constructor Details
-
ApplicationWebXml
public ApplicationWebXml()
-
-
Method Details
-
configure
protected org.springframework.boot.builder.SpringApplicationBuilder configure(org.springframework.boot.builder.SpringApplicationBuilder application)- Overrides:
configurein classorg.springframework.boot.web.servlet.support.SpringBootServletInitializer
-