This project has retired. For details please refer to its
        
        Attic page .
      
InformationProviderServiceImpl (Jetspeed-2 Portal Components 2.1.3 API)
 
 
org.apache.jetspeed.services.information 
 
java.lang.Object 
  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 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  
 
Method Summary   
 void destroy  
 org.apache.pluto.services.information.DynamicInformationProvider getDynamicProvider  
 org.apache.pluto.services.information.StaticInformationProvider getStaticProvider  
 void init Map  properties) 
 
Methods inherited from class java.lang.Object   
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait  
 
servletConfig 
private javax.servlet.ServletConfig servletConfig  
 
 
staticInformationProvider 
private final org.apache.pluto.services.information.StaticInformationProvider staticInformationProvider  
 
 
InformationProviderServiceImpl 
public InformationProviderServiceImpl (org.apache.pluto.services.information.StaticInformationProvider staticInformationProvider,
                                      javax.servlet.ServletConfig config) 
 
init 
public void init (javax.servlet.ServletConfig config,
                 Map  properties)
          throws Exception  
Specified by: init in interface org.apache.pluto.factory.Factory 
Throws: 
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 Exception  
 destroy
 
Specified by: destroy in interface org.apache.pluto.factory.Factory 
Throws: 
Exception See Also: Factory.destroy()