|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PortletApplicationContext
The context provided to a portlet application by its envronment. For now it manages the application external resources such as the servlet context and the application classloader. It manages also the life cycle of the application and its components.
| Method Summary | |
|---|---|
java.lang.ClassLoader |
getClassLoader()
Return the classloader. |
java.lang.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. |
| Method Detail |
|---|
javax.servlet.ServletContext getServletContext()
java.lang.String getContextPath()
java.lang.ClassLoader getClassLoader()
void managedStart()
void managedStop()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||