|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lumis.portlet.container.pluto.PlutoPortletContainer
public class PlutoPortletContainer
Performs the pluto portlet container initialization and contains the access entry point for it.
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 |
---|
public PlutoPortletContainer()
public PlutoPortletContainer(org.apache.pluto.PortletContainer portletContainer)
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |