Package org.exoplatform.container
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 Summary
Constructors Constructor Description WebAppInitContext(javax.servlet.ServletContext servletContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)javax.servlet.ServletContextgetServletContext()StringgetServletContextName()ClassLoadergetWebappClassLoader()inthashCode()
-
-
-
Method Detail
-
getServletContext
public javax.servlet.ServletContext getServletContext()
-
getServletContextName
public String getServletContextName()
-
getWebappClassLoader
public ClassLoader getWebappClassLoader()
-
-