Uses of Class
org.apache.pluto.driver.config.DriverConfigurationException

Packages that use DriverConfigurationException
org.apache.pluto.driver.config Provides a single interface for retrieving configuration and instantiating services. 
org.apache.pluto.driver.services.impl.resource Service implementations which utilizing context resources to perform their work. 
org.apache.pluto.driver.services.portal   
org.apache.pluto.driver.services.portal.admin   
 

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

Methods in org.apache.pluto.driver.config that throw DriverConfigurationException
 void AdminConfiguration.destroy()
          Lifecylce method used to remove the configuration from service.
 void DriverConfiguration.destroy()
          Shutdown method used to remove the driver configuration from service;
 void AdminConfiguration.init(javax.servlet.ServletContext context)
          Lifecyle method used to initialize the configuration
 void DriverConfiguration.init(javax.servlet.ServletContext context)
          Initialization method used to place the driver configuration into service.
 

Uses of DriverConfigurationException in org.apache.pluto.driver.services.impl.resource
 

Methods in org.apache.pluto.driver.services.impl.resource that throw DriverConfigurationException
 void SupportedWindowStateServiceImpl.destroy()
           
 void SupportedModesServiceImpl.destroy()
           
 void SupportedWindowStateServiceImpl.init(javax.servlet.ServletContext ctx)
           
 void SupportedModesServiceImpl.init(javax.servlet.ServletContext ctx)
           
 

Uses of DriverConfigurationException in org.apache.pluto.driver.services.portal
 

Methods in org.apache.pluto.driver.services.portal that throw DriverConfigurationException
 void DriverConfigurationService.destroy()
          Destroy the service, notifying it of shutdown.
 void DriverConfigurationService.init(javax.servlet.ServletContext ctx)
          Initialize the service for use by the driver.
 

Uses of DriverConfigurationException in org.apache.pluto.driver.services.portal.admin
 

Methods in org.apache.pluto.driver.services.portal.admin that throw DriverConfigurationException
 void RenderConfigAdminService.addPage(PageConfig config)
           
 



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