org.apache.pluto.driver.config.impl
Class AdminConfigurationImpl

java.lang.Object
  extended by org.apache.pluto.driver.config.impl.AdminConfigurationImpl
All Implemented Interfaces:
AdminConfiguration

public class AdminConfigurationImpl
extends java.lang.Object
implements AdminConfiguration

Since:
Nov 30, 2005
Version:
1.0

Constructor Summary
AdminConfigurationImpl()
           
 
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
 void setPortletRegistryAdminService(PortletRegistryAdminService portletRegistryAdminService)
           
 void setRenderConfigAdminService(RenderConfigAdminService renderConfigAdminService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdminConfigurationImpl

public AdminConfigurationImpl()
Method Detail

init

public void init(javax.servlet.ServletContext context)
Description copied from interface: AdminConfiguration
Lifecyle method used to initialize the configuration

Specified by:
init in interface AdminConfiguration

destroy

public void destroy()
Description copied from interface: AdminConfiguration
Lifecylce method used to remove the configuration from service.

Specified by:
destroy in interface AdminConfiguration

getPortletRegistryAdminService

public PortletRegistryAdminService getPortletRegistryAdminService()
Description copied from interface: AdminConfiguration
Retrieve the administrative service for managing the portlet registry.

Specified by:
getPortletRegistryAdminService in interface AdminConfiguration
Returns:
the service if one has been provided

setPortletRegistryAdminService

public void setPortletRegistryAdminService(PortletRegistryAdminService portletRegistryAdminService)

getRenderConfigAdminService

public RenderConfigAdminService getRenderConfigAdminService()
Description copied from interface: AdminConfiguration
Retrieve the administrative service for managing the render configuration.

Specified by:
getRenderConfigAdminService in interface AdminConfiguration
Returns:
the service if one has been provided

setRenderConfigAdminService

public void setRenderConfigAdminService(RenderConfigAdminService renderConfigAdminService)


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