Class CamundaBpmRestInitializer

  • All Implemented Interfaces:
    org.springframework.boot.web.servlet.ServletContextInitializer

    public class CamundaBpmRestInitializer
    extends java.lang.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

      Constructors 
      Constructor Description
      CamundaBpmRestInitializer​(org.springframework.boot.autoconfigure.web.servlet.JerseyApplicationPath applicationPath)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onStartup​(javax.servlet.ServletContext servletContext)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CamundaBpmRestInitializer

        public CamundaBpmRestInitializer​(org.springframework.boot.autoconfigure.web.servlet.JerseyApplicationPath applicationPath)
    • Method Detail

      • onStartup

        public void onStartup​(javax.servlet.ServletContext servletContext)
                       throws javax.servlet.ServletException
        Specified by:
        onStartup in interface org.springframework.boot.web.servlet.ServletContextInitializer
        Throws:
        javax.servlet.ServletException