Uses of Interface
org.apache.pluto.spi.PortalCallbackService

Packages that use PortalCallbackService
org.apache.pluto The root package of the Pluto Portlet Container. 
org.apache.pluto.driver.config Provides a single interface for retrieving configuration and instantiating services. 
org.apache.pluto.driver.config.impl   
org.apache.pluto.driver.services.container   
org.apache.pluto.internal.impl   
 

Uses of PortalCallbackService in org.apache.pluto
 

Methods in org.apache.pluto that return PortalCallbackService
 PortalCallbackService RequiredContainerServices.getPortalCallbackService()
          Returns the portal callback service implementation instance associated with this group of portlet container services.
 

Uses of PortalCallbackService in org.apache.pluto.driver.config
 

Methods in org.apache.pluto.driver.config that return PortalCallbackService
 PortalCallbackService DriverConfiguration.getPortalCallbackService()
           
 

Uses of PortalCallbackService in org.apache.pluto.driver.config.impl
 

Methods in org.apache.pluto.driver.config.impl that return PortalCallbackService
 PortalCallbackService DriverConfigurationImpl.getPortalCallbackService()
           
 

Methods in org.apache.pluto.driver.config.impl with parameters of type PortalCallbackService
 void DriverConfigurationImpl.setPortalCallbackService(PortalCallbackService portalCallbackService)
           
 

Constructors in org.apache.pluto.driver.config.impl with parameters of type PortalCallbackService
DriverConfigurationImpl(PortalURLParser portalUrlParser, PropertyConfigService propertyService, RenderConfigService renderService, SupportedModesService supportedModesService, SupportedWindowStateService supportedWindowStateService, PortalCallbackService portalCallback)
           
 

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

Classes in org.apache.pluto.driver.services.container that implement PortalCallbackService
 class PortalCallbackServiceImpl
           
 

Methods in org.apache.pluto.driver.services.container that return PortalCallbackService
 PortalCallbackService ContainerServicesImpl.getPortalCallbackService()
          The PortalCallbackService allows the container to communicate actions back to the portal.
 

Uses of PortalCallbackService in org.apache.pluto.internal.impl
 

Fields in org.apache.pluto.internal.impl declared as PortalCallbackService
protected  PortalCallbackService StateAwareResponseImpl.callback
           
 



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