Package org.xwiki.container.portlet
Class PortletApplicationContext
- java.lang.Object
-
- org.xwiki.container.AbstractApplicationContext
-
- org.xwiki.container.portlet.PortletApplicationContext
-
- All Implemented Interfaces:
ApplicationContext
@Deprecated(since="3.5M1") public class PortletApplicationContext extends AbstractApplicationContext
Deprecated.use the notion of Environment instead
-
-
Constructor Summary
Constructors Constructor Description PortletApplicationContext(javax.portlet.PortletContext portletContext, org.xwiki.component.manager.ComponentManager componentManager)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description javax.portlet.PortletContext
getPortletContext()
Deprecated.URL
getResource(String resourceName)
Deprecated.InputStream
getResourceAsStream(String resourceName)
Deprecated.File
getTemporaryDirectory()
Deprecated.-
Methods inherited from class org.xwiki.container.AbstractApplicationContext
getPermanentDirectory
-
-
-
-
Method Detail
-
getPortletContext
public javax.portlet.PortletContext getPortletContext()
Deprecated.
-
getResourceAsStream
public InputStream getResourceAsStream(String resourceName)
Deprecated.
-
getResource
public URL getResource(String resourceName) throws MalformedURLException
Deprecated.- Throws:
MalformedURLException
-
getTemporaryDirectory
public File getTemporaryDirectory()
Deprecated.
-
-