public interface PortletApplicationContext
| 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.
|
javax.servlet.ServletContext getServletContext()
String getContextPath()
ClassLoader getClassLoader()
void managedStart()
void managedStop()
Copyright © 2003-2021 GateIn. All Rights Reserved.