Class CamundaBpmRestInitializer
java.lang.Object
org.camunda.bpm.spring.boot.starter.rest.CamundaBpmRestInitializer
- All Implemented Interfaces:
org.springframework.boot.web.servlet.ServletContextInitializer
public class CamundaBpmRestInitializer
extends Object
implements org.springframework.boot.web.servlet.ServletContextInitializer
Inspired by:
https://groups.google.com/forum/#!msg/camunda-bpm-users/BQHdcLIivzs
/iNVix8GkhYAJ (Christoph Berg)
-
Constructor Summary
ConstructorDescriptionCamundaBpmRestInitializer
(org.springframework.boot.autoconfigure.web.servlet.JerseyApplicationPath applicationPath) -
Method Summary
-
Constructor Details
-
CamundaBpmRestInitializer
public CamundaBpmRestInitializer(org.springframework.boot.autoconfigure.web.servlet.JerseyApplicationPath applicationPath)
-
-
Method Details
-
onStartup
public void onStartup(jakarta.servlet.ServletContext servletContext) throws jakarta.servlet.ServletException - Specified by:
onStartup
in interfaceorg.springframework.boot.web.servlet.ServletContextInitializer
- Throws:
jakarta.servlet.ServletException
-