Uses of Interface
org.apache.pluto.RequiredContainerServices

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

Uses of RequiredContainerServices in org.apache.pluto
 

Methods in org.apache.pluto that return RequiredContainerServices
 RequiredContainerServices PortletContainer.getRequiredContainerServices()
          Retreive the required container services associated with this container.
 

Methods in org.apache.pluto with parameters of type RequiredContainerServices
 PortletContainer PortletContainerFactory.createContainer(java.lang.String containerName, RequiredContainerServices requiredServices)
          Create a container with the given containerName, initialized from the given servlet config, and using the given container services.
 PortletContainer PortletContainerFactory.createContainer(java.lang.String containerName, RequiredContainerServices requiredServices, OptionalContainerServices optionalServices)
           
 

Uses of RequiredContainerServices in org.apache.pluto.core
 

Methods in org.apache.pluto.core that return RequiredContainerServices
 RequiredContainerServices PortletContainerImpl.getRequiredContainerServices()
           
 

Constructors in org.apache.pluto.core with parameters of type RequiredContainerServices
PortletContainerImpl(java.lang.String name, RequiredContainerServices requiredServices, OptionalContainerServices optionalServices)
          Default Constructor.
 

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

Classes in org.apache.pluto.driver.services.container that implement RequiredContainerServices
 class ContainerServicesImpl
          The Portal Driver's PortletContainerServices implementation.
 



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