org.infoglue.deliver.portal.information
Class InformationProviderServiceFactoryIG

java.lang.Object
  extended by org.infoglue.deliver.portal.information.InformationProviderServiceFactoryIG
All Implemented Interfaces:
org.apache.pluto.factory.Factory, org.apache.pluto.portalImpl.factory.InformationProviderFactory, org.apache.pluto.services.ContainerService, org.apache.pluto.services.information.InformationProviderService

public class InformationProviderServiceFactoryIG
extends java.lang.Object
implements org.apache.pluto.portalImpl.factory.InformationProviderFactory, org.apache.pluto.services.information.InformationProviderService

Author:
jand

Constructor Summary
InformationProviderServiceFactoryIG()
           
 
Method Summary
 void 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

InformationProviderServiceFactoryIG

public InformationProviderServiceFactoryIG()
Method Detail

getStaticProvider

public org.apache.pluto.services.information.StaticInformationProvider getStaticProvider()
Specified by:
getStaticProvider in interface org.apache.pluto.portalImpl.factory.InformationProviderFactory
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.portalImpl.factory.InformationProviderFactory
Specified by:
getDynamicProvider in interface org.apache.pluto.services.information.InformationProviderService

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

destroy

public void destroy()
             throws java.lang.Exception
Specified by:
destroy in interface org.apache.pluto.factory.Factory
Throws:
java.lang.Exception


Copyright © 2005 InfoGlue.org All Rights Reserved.