Interface CustomWebAppInitializer<T>


  • public interface CustomWebAppInitializer<T>
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void customizeWebAppContext​(T webAppContext)
      This method will be given the org.eclipse.jetty.webapp.WebAppContext that comes from the running Rundeck with the embedded jetty servlet container The type information is not hard coded to avoid creating a hard dependency on jetty
    • Method Detail

      • customizeWebAppContext

        void customizeWebAppContext​(T webAppContext)
        This method will be given the org.eclipse.jetty.webapp.WebAppContext that comes from the running Rundeck with the embedded jetty servlet container The type information is not hard coded to avoid creating a hard dependency on jetty
        Parameters:
        webAppContext -