Uses of Interface
org.apache.pluto.invoker.PortletInvoker

Packages that use PortletInvoker
org.apache.pluto.factory   
org.apache.pluto.invoker   
org.apache.pluto.invoker.impl   
 

Uses of PortletInvoker in org.apache.pluto.factory
 

Methods in org.apache.pluto.factory that return PortletInvoker
 PortletInvoker PortletInvokerFactory.getPortletInvoker(PortletDefinition portletDefinition)
          The container calls this method to get a portlet invoker from the portal.
 

Methods in org.apache.pluto.factory with parameters of type PortletInvoker
 void PortletInvokerFactory.releasePortletInvoker(PortletInvoker invoker)
          The container calls this method to release a portlet invoker back to the portal, indicating that the container is done with the invoker.
 

Uses of PortletInvoker in org.apache.pluto.invoker
 

Methods in org.apache.pluto.invoker that return PortletInvoker
static PortletInvoker PortletInvokerAccess.getPortletInvoker(PortletDefinition portletDefinition)
           
 

Methods in org.apache.pluto.invoker with parameters of type PortletInvoker
static void PortletInvokerAccess.releasePortletInvoker(PortletInvoker invoker)
           
 

Uses of PortletInvoker in org.apache.pluto.invoker.impl
 

Classes in org.apache.pluto.invoker.impl that implement PortletInvoker
 class PortletInvokerImpl
           
 

Methods in org.apache.pluto.invoker.impl that return PortletInvoker
 PortletInvoker PortletInvokerFactoryImpl.getPortletInvoker(PortletDefinition portletDefinition)
           
 

Methods in org.apache.pluto.invoker.impl with parameters of type PortletInvoker
 void PortletInvokerFactoryImpl.releasePortletInvoker(PortletInvoker invoker)
           
 



Copyright © 2003-2010 . All Rights Reserved.