Class AbstractServletProcessApplicationDeployer

    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected abstract java.lang.Exception getServletException​(java.lang.String message)  
      protected void onStartUp​(java.util.Set<java.lang.Class<?>> c, java.lang.String contextPath, java.lang.Class<?> servletProcessApplicationClass, java.util.function.Consumer<java.lang.String> processApplicationClassNameConsumer)  
      • Methods inherited from class java.lang.Object

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

      • AbstractServletProcessApplicationDeployer

        public AbstractServletProcessApplicationDeployer()
    • Method Detail

      • onStartUp

        protected void onStartUp​(java.util.Set<java.lang.Class<?>> c,
                                 java.lang.String contextPath,
                                 java.lang.Class<?> servletProcessApplicationClass,
                                 java.util.function.Consumer<java.lang.String> processApplicationClassNameConsumer)
                          throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getServletException

        protected abstract java.lang.Exception getServletException​(java.lang.String message)