public class PlutoPortletContainer extends Object implements ServletContextListener
Constructor and Description |
---|
PlutoPortletContainer() |
PlutoPortletContainer(org.apache.pluto.PortletContainer portletContainer) |
Modifier and Type | Method and Description |
---|---|
void |
contextDestroyed(ServletContextEvent ev) |
void |
contextInitialized(ServletContextEvent ev) |
void |
doAction(IServiceInterfaceActionRequest request,
IServiceInterfaceActionResponse response)
Executes a process action on a portlet.
|
void |
doRender(IServiceInterfaceRenderRequest request,
IServiceInterfaceRenderResponse response)
Executes a render action on a portlet.
|
static PlutoPortletContainer |
getInstance()
Returns the current instance of
PlutoPortletContainer . |
public PlutoPortletContainer()
public PlutoPortletContainer(org.apache.pluto.PortletContainer portletContainer)
public void contextInitialized(ServletContextEvent ev)
contextInitialized
in interface ServletContextListener
public void contextDestroyed(ServletContextEvent ev)
contextDestroyed
in interface ServletContextListener
public static PlutoPortletContainer getInstance()
PlutoPortletContainer
.PlutoPortletContainer
.public void doAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
request
- the action request.response
- the action response.public void doRender(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
request
- the render request.response
- the render response.LumisXP 12.4.0.200625 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.