Package org.joinfaces

Class ServletContextUtils

java.lang.Object
org.joinfaces.ServletContextUtils

public final class ServletContextUtils extends Object
Utility Methods for working with ServletContexts.
  • Method Details

    • getClassLoader

      public static ClassLoader getClassLoader(jakarta.servlet.ServletContext servletContext)
      Jetty-safe variant of calling ServletContext.getClassLoader()
      Parameters:
      servletContext - The ServletContext on which ServletContext.getClassLoader() will be called.
      Returns:
      The ClassLoader of the given ServletContext.