Uses of Interface
org.apache.jetspeed.portal.PortletControllerConfig

Packages that use PortletControllerConfig
org.apache.jetspeed.portal Represents core classes for working with Portlets. 
org.apache.jetspeed.portal.controllers   
 

Uses of PortletControllerConfig in org.apache.jetspeed.portal
 

Classes in org.apache.jetspeed.portal that implement PortletControllerConfig
 class BasePortletControllerConfig
          The PortletController configuration object default implementation
 

Methods in org.apache.jetspeed.portal that return PortletControllerConfig
 PortletControllerConfig PortletController.getConfig()
          Returns the configuration object for this object
 

Methods in org.apache.jetspeed.portal with parameters of type PortletControllerConfig
 void PortletController.setConfig(PortletControllerConfig conf)
          Sets the configuration object for this controller instance
 

Uses of PortletControllerConfig in org.apache.jetspeed.portal.controllers
 

Methods in org.apache.jetspeed.portal.controllers that return PortletControllerConfig
 PortletControllerConfig AbstractPortletController.getConfig()
           
 

Methods in org.apache.jetspeed.portal.controllers with parameters of type PortletControllerConfig
 void AbstractPortletController.setConfig(PortletControllerConfig conf)
          Allows the user to override the default set of portlets...
 



Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.