org.apache.pluto.portalImpl.core
Class InformationProviderServiceFactoryImpl

java.lang.Object
  extended by org.apache.pluto.portalImpl.core.InformationProviderServiceFactoryImpl
All Implemented Interfaces:
org.apache.pluto.factory.Factory, InformationProviderFactory, org.apache.pluto.services.ContainerService, org.apache.pluto.services.information.InformationProviderService

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


Constructor Summary
InformationProviderServiceFactoryImpl()
           
 
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

InformationProviderServiceFactoryImpl

public InformationProviderServiceFactoryImpl()
Method Detail

getStaticProvider

public org.apache.pluto.services.information.StaticInformationProvider getStaticProvider()
Specified by:
getStaticProvider in interface 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 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 © 2003-2011 . All Rights Reserved.