Package org.aksw.jenax.web.server.boot
Class WebAppInitializerSparqlService
java.lang.Object
org.aksw.jenax.web.server.boot.WebAppInitializerSparqlService
- All Implemented Interfaces:
org.springframework.web.WebApplicationInitializer
public class WebAppInitializerSparqlService
extends Object
implements org.springframework.web.WebApplicationInitializer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.springframework.web.context.WebApplicationContext -
Constructor Summary
ConstructorsConstructorDescriptionWebAppInitializerSparqlService(org.springframework.web.context.WebApplicationContext rootContext) -
Method Summary
-
Field Details
-
rootContext
protected org.springframework.web.context.WebApplicationContext rootContext
-
-
Constructor Details
-
WebAppInitializerSparqlService
public WebAppInitializerSparqlService(org.springframework.web.context.WebApplicationContext rootContext)
-
-
Method Details
-
onStartup
public void onStartup(jakarta.servlet.ServletContext servletContext) throws jakarta.servlet.ServletException - Specified by:
onStartupin interfaceorg.springframework.web.WebApplicationInitializer- Throws:
jakarta.servlet.ServletException
-