org.apache.jetspeed.services.information
Class InformationProviderServiceImpl

java.lang.Object
  extended by org.apache.jetspeed.services.information.InformationProviderServiceImpl
All Implemented Interfaces:
org.apache.pluto.factory.Factory, org.apache.pluto.services.ContainerService, org.apache.pluto.services.information.InformationProviderService

public class InformationProviderServiceImpl
extends java.lang.Object
implements org.apache.pluto.factory.Factory, org.apache.pluto.services.information.InformationProviderService

Factory class for getting Information Provider access

Version:
$Id: InformationProviderServiceImpl.java 587813 2007-10-24 08:20:39Z woonsan $
Author:
David Sean Taylor

Constructor Summary
InformationProviderServiceImpl(org.apache.pluto.services.information.StaticInformationProvider staticInformationProvider, javax.servlet.ServletConfig config)
           
 
Method Summary
 void destroy()
           destroy
 org.apache.pluto.services.information.DynamicInformationProvider getDynamicProvider(javax.servlet.http.HttpServletRequest request)
           
 org.apache.pluto.services.information.StaticInformationProvider getStaticProvider()
           
 void init(javax.servlet.ServletConfig config, java.util.Map properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InformationProviderServiceImpl

public InformationProviderServiceImpl(org.apache.pluto.services.information.StaticInformationProvider staticInformationProvider,
                                      javax.servlet.ServletConfig config)
Method Detail

init

public void init(javax.servlet.ServletConfig config,
                 java.util.Map properties)
          throws java.lang.Exception
Specified by:
init in interface org.apache.pluto.factory.Factory
Throws:
java.lang.Exception

getStaticProvider

public org.apache.pluto.services.information.StaticInformationProvider getStaticProvider()
Specified by:
getStaticProvider in interface org.apache.pluto.services.information.InformationProviderService

getDynamicProvider

public org.apache.pluto.services.information.DynamicInformationProvider getDynamicProvider(javax.servlet.http.HttpServletRequest request)
Specified by:
getDynamicProvider in interface org.apache.pluto.services.information.InformationProviderService

destroy

public void destroy()
             throws java.lang.Exception

destroy

Specified by:
destroy in interface org.apache.pluto.factory.Factory
Throws:
java.lang.Exception
See Also:
Factory.destroy()


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