|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.portal.portlet.test.PortletApplicationDeployer
public class PortletApplicationDeployer
Constructor Summary | |
---|---|
PortletApplicationDeployer()
|
Method Summary | |
---|---|
PortletApplicationRegistry |
getRegistry()
|
ServletContainer |
getServletContainer()
|
void |
installPortletApplication(PortletApplication application)
Called by MC to install application. |
void |
installPortletContainer(PortletContainer container)
Called by MC to install container. |
void |
onEvent(WebAppEvent event)
Signal a web application event to the listener. |
void |
setKernelControllerContext(org.jboss.kernel.spi.dependency.KernelControllerContext controllerContext)
|
void |
setRegistry(PortletApplicationRegistry registry)
|
void |
setServletContainer(ServletContainer servletContainer)
|
void |
start()
|
void |
stop()
|
void |
uninstallPortletApplication(PortletApplication application)
Called by MC to uninstall application. |
void |
uninstallPortletContainer(PortletContainer container)
Called by MC to uninstall container. |
void |
unsetKernelControllerContext(org.jboss.kernel.spi.dependency.KernelControllerContext controllerContext)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PortletApplicationDeployer()
Method Detail |
---|
public PortletApplicationRegistry getRegistry()
public void setRegistry(PortletApplicationRegistry registry)
public ServletContainer getServletContainer()
public void setServletContainer(ServletContainer servletContainer)
public void onEvent(WebAppEvent event)
WebAppListener
onEvent
in interface WebAppListener
event
- the web application eventpublic void setKernelControllerContext(org.jboss.kernel.spi.dependency.KernelControllerContext controllerContext) throws java.lang.Exception
setKernelControllerContext
in interface org.jboss.kernel.spi.dependency.KernelControllerContextAware
java.lang.Exception
public void unsetKernelControllerContext(org.jboss.kernel.spi.dependency.KernelControllerContext controllerContext) throws java.lang.Exception
unsetKernelControllerContext
in interface org.jboss.kernel.spi.dependency.KernelControllerContextAware
java.lang.Exception
public void start()
public void stop()
public void installPortletApplication(PortletApplication application)
public void installPortletContainer(PortletContainer container)
public void uninstallPortletApplication(PortletApplication application)
public void uninstallPortletContainer(PortletContainer container)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |