Uses of Interface
org.apache.pluto.spi.optional.PortletInvokerService

Packages that use PortletInvokerService
org.apache.pluto The root package of the Pluto Portlet Container. 
org.apache.pluto.core   
org.apache.pluto.driver.services.container   
 

Uses of PortletInvokerService in org.apache.pluto
 

Methods in org.apache.pluto that return PortletInvokerService
 PortletInvokerService OptionalContainerServices.getPortletInvokerService()
          Returns an invoker for the specified PortletWindow.
 

Uses of PortletInvokerService in org.apache.pluto.core
 

Classes in org.apache.pluto.core that implement PortletInvokerService
 class DefaultPortletInvokerService
          Used internally to invoke/dispatch requests from the container to the portlet application.
 

Methods in org.apache.pluto.core that return PortletInvokerService
 PortletInvokerService DefaultOptionalContainerServices.getPortletInvokerService()
           
 

Uses of PortletInvokerService in org.apache.pluto.driver.services.container
 

Methods in org.apache.pluto.driver.services.container that return PortletInvokerService
 PortletInvokerService ContainerServicesImpl.getPortletInvokerService()
           
 



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.