org.exoplatform.services.portletcontainer.management
Class PortletContainerManaged

java.lang.Object
  extended by org.exoplatform.services.portletcontainer.management.PortletContainerManaged
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin, org.exoplatform.management.ManagementAware, PortletLifecycleListener

public class PortletContainerManaged
extends java.lang.Object
implements PortletLifecycleListener, org.exoplatform.management.ManagementAware

Version:
$Revision$
Author:
Julien Viet

Constructor Summary
PortletContainerManaged(PortletApplicationRegisterImpl register)
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 void postDeploy(java.lang.String portletApplicationName, PortletApp portletApplication, javax.servlet.ServletContext servletContext)
           
 void postDestroy()
           
 void postInit(javax.portlet.PortletConfig portletConfig)
           
 void postUndeploy(java.lang.String portletApplicationName, PortletApp portletApplication, javax.servlet.ServletContext servletContext)
           
 void preDeploy(java.lang.String portletApplicationName, PortletApp portletApplication, javax.servlet.ServletContext servletContext)
           
 void preDestroy()
           
 void preInit(javax.portlet.PortletConfig portletConfig)
           
 void preUndeploy(java.lang.String portletApplicationName, PortletApp portletApplication, javax.servlet.ServletContext servletContext)
           
 void setContext(org.exoplatform.management.ManagementContext context)
           
 void setDescription(java.lang.String description)
           
 void setName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletContainerManaged

public PortletContainerManaged(PortletApplicationRegisterImpl register)
Method Detail

preUndeploy

public void preUndeploy(java.lang.String portletApplicationName,
                        PortletApp portletApplication,
                        javax.servlet.ServletContext servletContext)
Specified by:
preUndeploy in interface PortletLifecycleListener

postUndeploy

public void postUndeploy(java.lang.String portletApplicationName,
                         PortletApp portletApplication,
                         javax.servlet.ServletContext servletContext)
Specified by:
postUndeploy in interface PortletLifecycleListener

preDeploy

public void preDeploy(java.lang.String portletApplicationName,
                      PortletApp portletApplication,
                      javax.servlet.ServletContext servletContext)
Specified by:
preDeploy in interface PortletLifecycleListener

postDeploy

public void postDeploy(java.lang.String portletApplicationName,
                       PortletApp portletApplication,
                       javax.servlet.ServletContext servletContext)
Specified by:
postDeploy in interface PortletLifecycleListener

preInit

public void preInit(javax.portlet.PortletConfig portletConfig)
Specified by:
preInit in interface PortletLifecycleListener

postInit

public void postInit(javax.portlet.PortletConfig portletConfig)
Specified by:
postInit in interface PortletLifecycleListener

preDestroy

public void preDestroy()
Specified by:
preDestroy in interface PortletLifecycleListener

postDestroy

public void postDestroy()
Specified by:
postDestroy in interface PortletLifecycleListener

setContext

public void setContext(org.exoplatform.management.ManagementContext context)
Specified by:
setContext in interface org.exoplatform.management.ManagementAware

getName

public java.lang.String getName()
Specified by:
getName in interface org.exoplatform.container.component.ComponentPlugin

setName

public void setName(java.lang.String name)
Specified by:
setName in interface org.exoplatform.container.component.ComponentPlugin

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface org.exoplatform.container.component.ComponentPlugin

setDescription

public void setDescription(java.lang.String description)
Specified by:
setDescription in interface org.exoplatform.container.component.ComponentPlugin


Copyright © 2010 eXo Platform SAS. All Rights Reserved.