|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PortletLifecycleListener
Created by the Exo Development team. Author : Mestrallet Benjamin benjamin.mestrallet@exoplatform.com
| Method Summary | |
|---|---|
void |
postDeploy(String portletApplicationName,
PortletApp portletApplication,
javax.servlet.ServletContext servletContext)
|
void |
postDestroy()
Post destroy. |
void |
postInit(javax.portlet.PortletConfig portletConfig)
|
void |
postUndeploy(String portletApplicationName,
PortletApp portletApplication,
javax.servlet.ServletContext servletContext)
|
void |
preDeploy(String portletApplicationName,
PortletApp portletApplication,
javax.servlet.ServletContext servletContext)
|
void |
preDestroy()
Pre destroy. |
void |
preInit(javax.portlet.PortletConfig portletConfig)
|
void |
preUndeploy(String portletApplicationName,
PortletApp portletApplication,
javax.servlet.ServletContext servletContext)
|
| Methods inherited from interface org.exoplatform.container.component.ComponentPlugin |
|---|
getDescription, getName, setDescription, setName |
| Method Detail |
|---|
void preDeploy(String portletApplicationName,
PortletApp portletApplication,
javax.servlet.ServletContext servletContext)
portletApplicationName - app nameportletApplication - app objectservletContext - servlet context
void postDeploy(String portletApplicationName,
PortletApp portletApplication,
javax.servlet.ServletContext servletContext)
portletApplicationName - app nameportletApplication - app objectservletContext - servlet contextvoid preInit(javax.portlet.PortletConfig portletConfig)
portletConfig - portlet configvoid postInit(javax.portlet.PortletConfig portletConfig)
portletConfig - portlet configvoid preDestroy()
void postDestroy()
void preUndeploy(String portletApplicationName,
PortletApp portletApplication,
javax.servlet.ServletContext servletContext)
portletApplicationName - app nameportletApplication - app objectservletContext - servlet context
void postUndeploy(String portletApplicationName,
PortletApp portletApplication,
javax.servlet.ServletContext servletContext)
portletApplicationName - app nameportletApplication - app objectservletContext - servlet context
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||