public class PortletApplicationContextImpl extends Object implements PortletApplicationContext
| Constructor and Description |
|---|
PortletApplicationContextImpl(javax.servlet.ServletContext webApp) |
| Modifier and Type | Method and Description |
|---|---|
ClassLoader |
getClassLoader()
Return the classloader.
|
String |
getContextPath()
Returns the context path of the web application
|
javax.servlet.ServletContext |
getServletContext()
Return the servlet context.
|
void |
managedStart()
Attempt to start the portlet application.
|
void |
managedStop()
Stop the portlet application.
|
public PortletApplicationContextImpl(javax.servlet.ServletContext webApp)
public javax.servlet.ServletContext getServletContext()
PortletApplicationContextgetServletContext in interface PortletApplicationContextpublic String getContextPath()
PortletApplicationContextgetContextPath in interface PortletApplicationContextpublic ClassLoader getClassLoader()
PortletApplicationContextgetClassLoader in interface PortletApplicationContextpublic void managedStart()
PortletApplicationContextmanagedStart in interface PortletApplicationContextpublic void managedStop()
PortletApplicationContextmanagedStop in interface PortletApplicationContextCopyright © 2003-2016 GateIn. All Rights Reserved.