lumis.portlet.container.pluto
Class PlutoPortletContainer

Package class diagram package PlutoPortletContainer
java.lang.Object
  extended by lumis.portlet.container.pluto.PlutoPortletContainer
All Implemented Interfaces:
EventListener, ServletContextListener

public class PlutoPortletContainer
extends Object
implements ServletContextListener

Performs the pluto portlet container initialization and contains the access entry point for it.

Since:
4.0.7

Constructor Summary
PlutoPortletContainer()
           
PlutoPortletContainer(org.apache.pluto.PortletContainer portletContainer)
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlutoPortletContainer

public PlutoPortletContainer()

PlutoPortletContainer

public PlutoPortletContainer(org.apache.pluto.PortletContainer portletContainer)
Method Detail

contextInitialized

public void contextInitialized(ServletContextEvent ev)
Specified by:
contextInitialized in interface ServletContextListener

contextDestroyed

public void contextDestroyed(ServletContextEvent ev)
Specified by:
contextDestroyed in interface ServletContextListener

getInstance

public static PlutoPortletContainer getInstance()
Returns the current instance of PlutoPortletContainer.

Returns:
the current instance of PlutoPortletContainer.
Since:
4.0.7

doAction

public void doAction(IServiceInterfaceActionRequest request,
                     IServiceInterfaceActionResponse response)
Executes a process action on a portlet.

Parameters:
request - the action request.
response - the action response.
Since:
4.0.7

doRender

public void doRender(IServiceInterfaceRenderRequest request,
                     IServiceInterfaceRenderResponse response)
Executes a render action on a portlet.

Parameters:
request - the render request.
response - the render response.
Since:
4.0.7


Lumisportal  4.1.0.071221 - Copyright © 2001-2007, Lumis. All Rights Reserved.