|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.portal.portlet.test.PortletApplicationDeployment
public class PortletApplicationDeployment
| Constructor Summary | |
|---|---|
PortletApplicationDeployment(org.jboss.kernel.Kernel kernel,
WebApp webApp,
PortletApplicationMetaData metaData)
|
|
| Method Summary | |
|---|---|
java.lang.ClassLoader |
getClassLoader()
Return the classloader. |
javax.servlet.ServletContext |
getServletContext()
Return the servlet context. |
void |
startPortletApplication()
Start the portlet application and its components. |
void |
startPortletContainer(java.lang.String portletName)
Start a portlet container. |
void |
stopPortletApplication()
Stop the portlet application and its components. |
void |
stopPortletContainer(java.lang.String portletName)
Stop a portlet container. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PortletApplicationDeployment(org.jboss.kernel.Kernel kernel,
WebApp webApp,
PortletApplicationMetaData metaData)
| Method Detail |
|---|
public javax.servlet.ServletContext getServletContext()
PortletApplicationContext
getServletContext in interface PortletApplicationContextpublic java.lang.ClassLoader getClassLoader()
PortletApplicationContext
getClassLoader in interface PortletApplicationContext
public void startPortletApplication()
throws java.lang.Exception
PortletApplicationContext
startPortletApplication in interface PortletApplicationContextjava.lang.Exceptionpublic void stopPortletApplication()
PortletApplicationContext
stopPortletApplication in interface PortletApplicationContext
public void startPortletContainer(java.lang.String portletName)
throws java.lang.Exception
PortletApplicationContext
startPortletContainer in interface PortletApplicationContextportletName - the container name
java.lang.Exceptionpublic void stopPortletContainer(java.lang.String portletName)
PortletApplicationContext
stopPortletContainer in interface PortletApplicationContextportletName - the container name
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||