eXo Kernel :: Container 2.4.4-CLD

org.exoplatform.container
Class WebAppInitContext

java.lang.Object
  extended by 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
WebAppInitContext(javax.servlet.ServletContext servletContext)
           
 
Method Summary
 boolean equals(Object o)
           
 javax.servlet.ServletContext getServletContext()
           
 String getServletContextName()
           
 ClassLoader getWebappClassLoader()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

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()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

eXo Kernel :: Container 2.4.4-CLD

Copyright © 2013 eXo Platform SAS. All Rights Reserved.