org.xwiki.container.servlet
Class ServletApplicationContext
java.lang.Object
org.xwiki.container.AbstractApplicationContext
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOGGER
protected static final org.slf4j.Logger LOGGER
- Deprecated.
- The logger to log.
ServletApplicationContext
public ServletApplicationContext(javax.servlet.ServletContext servletContext,
org.xwiki.component.manager.ComponentManager componentManager)
- Deprecated.
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–2014 XWiki. All rights reserved.