|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The context for a portlet application.
| Method Summary | |
java.lang.ClassLoader |
getClassLoader()
Return the classloader. |
java.lang.String |
getContextPath()
Return the context path. |
javax.servlet.ServletContext |
getServletContext()
Return the servlet context. |
void |
startPortlet(java.lang.String portletName)
Attempt to start a portlet. |
void |
stopPortlet(java.lang.String portletName)
Stop the portlet. |
| Method Detail |
public javax.servlet.ServletContext getServletContext()
public java.lang.String getContextPath()
public java.lang.ClassLoader getClassLoader()
public void startPortlet(java.lang.String portletName)
throws java.lang.Exception
portletName - the portlet name
java.lang.Exception - any exception that prevents the portlet to start
public void stopPortlet(java.lang.String portletName)
throws java.lang.Exception
portletName - the portlet name
java.lang.Exception - any exception that may occur during the portlet stop
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||