org.apache.pluto.portalImpl.core
Class InformationProviderServiceFactoryImpl

java.lang.Object
  extended by org.apache.pluto.portalImpl.core.InformationProviderServiceFactoryImpl
All Implemented Interfaces:
InformationProviderFactory

public class InformationProviderServiceFactoryImpl
extends java.lang.Object
implements InformationProviderFactory


Field Summary
private  javax.servlet.ServletConfig servletConfig
           
 
Constructor Summary
InformationProviderServiceFactoryImpl()
           
 
Method Summary
 void destroy()
           
 DynamicInformationProvider getDynamicProvider(javax.servlet.http.HttpServletRequest request)
           
 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
 

Field Detail

servletConfig

private javax.servlet.ServletConfig servletConfig
Constructor Detail

InformationProviderServiceFactoryImpl

public InformationProviderServiceFactoryImpl()
Method Detail

getStaticProvider

public StaticInformationProvider getStaticProvider()
Specified by:
getStaticProvider in interface InformationProviderFactory

getDynamicProvider

public DynamicInformationProvider getDynamicProvider(javax.servlet.http.HttpServletRequest request)
Specified by:
getDynamicProvider in interface InformationProviderFactory

init

public void init(javax.servlet.ServletConfig config,
                 java.util.Map properties)
          throws java.lang.Exception
Throws:
java.lang.Exception

destroy

public void destroy()
             throws java.lang.Exception
Throws:
java.lang.Exception