|
|||||||||
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. |
java.lang.String |
getContextPath()
Returns the context path of the web application |
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 PortletApplicationContext
public java.lang.ClassLoader getClassLoader()
PortletApplicationContext
getClassLoader
in interface PortletApplicationContext
public void startPortletApplication() throws java.lang.Exception
PortletApplicationContext
startPortletApplication
in interface PortletApplicationContext
java.lang.Exception
public void stopPortletApplication()
PortletApplicationContext
stopPortletApplication
in interface PortletApplicationContext
public void startPortletContainer(java.lang.String portletName) throws java.lang.Exception
PortletApplicationContext
startPortletContainer
in interface PortletApplicationContext
portletName
- the container name
java.lang.Exception
public void stopPortletContainer(java.lang.String portletName)
PortletApplicationContext
stopPortletContainer
in interface PortletApplicationContext
portletName
- the container namepublic java.lang.String getContextPath()
PortletApplicationContext
getContextPath
in interface PortletApplicationContext
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |