Class 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 Detail

      • WebAppInitContext

        public WebAppInitContext​(javax.servlet.ServletContext servletContext)
    • Method Detail

      • getServletContext

        public javax.servlet.ServletContext getServletContext()
      • getServletContextName

        public String getServletContextName()
      • getWebappClassLoader

        public ClassLoader getWebappClassLoader()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object