@Deprecated public class ServletApplicationContext extends AbstractApplicationContext
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
LOGGER
Deprecated.
The logger to log.
|
| Constructor and Description |
|---|
ServletApplicationContext(javax.servlet.ServletContext servletContext,
org.xwiki.component.manager.ComponentManager componentManager)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
URL |
getResource(String resourceName)
Deprecated.
|
InputStream |
getResourceAsStream(String resourceName)
Deprecated.
|
javax.servlet.ServletContext |
getServletContext()
Deprecated.
|
File |
getTemporaryDirectory()
Deprecated.
|
getPermanentDirectorypublic ServletApplicationContext(javax.servlet.ServletContext servletContext,
org.xwiki.component.manager.ComponentManager componentManager)
public javax.servlet.ServletContext getServletContext()
public InputStream getResourceAsStream(String resourceName)
public URL getResource(String resourceName) throws MalformedURLException
MalformedURLExceptionpublic File getTemporaryDirectory()
Copyright © 2004–2016 XWiki. All rights reserved.