org.apache.pluto.portalImpl.core
Class InformationProviderServiceFactoryImpl
java.lang.Object
org.apache.pluto.portalImpl.core.InformationProviderServiceFactoryImpl
- All Implemented Interfaces:
- org.apache.pluto.services.ContainerService, org.apache.pluto.factory.Factory, InformationProviderFactory, org.apache.pluto.services.information.InformationProviderService
- public class InformationProviderServiceFactoryImpl
- extends java.lang.Object
- implements InformationProviderFactory, org.apache.pluto.services.information.InformationProviderService
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 |
InformationProviderServiceFactoryImpl
public InformationProviderServiceFactoryImpl()
getStaticProvider
public org.apache.pluto.services.information.StaticInformationProvider getStaticProvider()
- Specified by:
getStaticProvider
in interface InformationProviderFactory
getDynamicProvider
public org.apache.pluto.services.information.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
- 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-2006 . All Rights Reserved.