Class WebAppInitContext

java.lang.Object
org.exoplatform.container.WebAppInitContext

public class WebAppInitContext extends Object
This class is used to define the initialization context of a web application Created by The eXo Platform SAS Author : Nicolas Filotto nicolas.filotto@exoplatform.com 11 sept. 2009
  • Constructor Details

    • WebAppInitContext

      public WebAppInitContext(jakarta.servlet.ServletContext servletContext)
  • Method Details

    • getServletContext

      public jakarta.servlet.ServletContext getServletContext()
    • getServletContextName

      public String getServletContextName()
    • getWebappClassLoader

      public ClassLoader getWebappClassLoader()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object