@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.
|
getPermanentDirectory
public 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
MalformedURLException
public File getTemporaryDirectory()
Copyright © 2004–2021 XWiki. All rights reserved.