org.xwiki.container.servlet
Class ServletApplicationContext

java.lang.Object
  extended by org.xwiki.container.AbstractApplicationContext
      extended by org.xwiki.container.servlet.ServletApplicationContext
All Implemented Interfaces:
ApplicationContext

Deprecated. starting with 3.5M1, use the notion of Environment instead

@Deprecated
public class ServletApplicationContext
extends AbstractApplicationContext


Field Summary
protected static org.slf4j.Logger LOGGER
          Deprecated. The logger to log.
 
Constructor Summary
ServletApplicationContext(javax.servlet.ServletContext servletContext, org.xwiki.component.manager.ComponentManager componentManager)
          Deprecated.  
 
Method Summary
 URL getResource(String resourceName)
          Deprecated.  
 InputStream getResourceAsStream(String resourceName)
          Deprecated.  
 javax.servlet.ServletContext getServletContext()
          Deprecated.  
 File getTemporaryDirectory()
          Deprecated.  
 
Methods inherited from class org.xwiki.container.AbstractApplicationContext
getPermanentDirectory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOGGER

protected static final org.slf4j.Logger LOGGER
Deprecated. 
The logger to log.

Constructor Detail

ServletApplicationContext

public ServletApplicationContext(javax.servlet.ServletContext servletContext,
                                 org.xwiki.component.manager.ComponentManager componentManager)
Deprecated. 
Method Detail

getServletContext

public javax.servlet.ServletContext getServletContext()
Deprecated. 

getResourceAsStream

public InputStream getResourceAsStream(String resourceName)
Deprecated. 

getResource

public URL getResource(String resourceName)
                throws MalformedURLException
Deprecated. 
Throws:
MalformedURLException

getTemporaryDirectory

public File getTemporaryDirectory()
Deprecated. 


Copyright © 2004-2013 XWiki. All Rights Reserved.