org.apache.pluto.driver.config
Interface AdminConfiguration

All Known Implementing Classes:
AdminConfigurationImpl

public interface AdminConfiguration

Interface defining a means for obtaining administrative services for portal configuration. An implementation of this interface will be bound to the portal's ServletContext IF administrative functions are supported by the current implementation.

Since:
Nov 30, 2005
Version:
1.0

Method Summary
 void destroy()
          Lifecylce method used to remove the configuration from service.
 PortletRegistryAdminService getPortletRegistryAdminService()
          Retrieve the administrative service for managing the portlet registry.
 RenderConfigAdminService getRenderConfigAdminService()
          Retrieve the administrative service for managing the render configuration.
 void init(javax.servlet.ServletContext context)
          Lifecyle method used to initialize the configuration
 

Method Detail

init

void init(javax.servlet.ServletContext context)
          throws DriverConfigurationException
Lifecyle method used to initialize the configuration

Parameters:
context -
Throws:
DriverConfigurationException

destroy

void destroy()
             throws DriverConfigurationException
Lifecylce method used to remove the configuration from service.

Throws:
DriverConfigurationException

getPortletRegistryAdminService

PortletRegistryAdminService getPortletRegistryAdminService()
Retrieve the administrative service for managing the portlet registry.

Returns:
the service if one has been provided

getRenderConfigAdminService

RenderConfigAdminService getRenderConfigAdminService()
Retrieve the administrative service for managing the render configuration.

Returns:
the service if one has been provided


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