fr.paris.lutece.plugins.jsr168.pluto.core
Class InformationProviderServiceFactoryImpl
java.lang.Object
fr.paris.lutece.plugins.jsr168.pluto.core.InformationProviderServiceFactoryImpl
- 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 InformationProviderServiceFactoryImpl
- extends java.lang.Object
- implements org.apache.pluto.portalImpl.factory.InformationProviderFactory, org.apache.pluto.services.information.InformationProviderService
Lutece/Pluto implementation of InformationProviderFactory
and InformationProviderService
This file is referenced by services.xml
file.
- See Also:
DynamicInformationProviderImpl
,
StaticInformationProviderImpl
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()
- Default constructor
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
- See Also:
InformationProviderService.getStaticProvider()
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
- See Also:
InformationProviderService.getDynamicProvider(javax.servlet.http.HttpServletRequest)
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
- See Also:
Factory.init(javax.servlet.ServletConfig, java.util.Map)
destroy
public void destroy()
throws java.lang.Exception
- Specified by:
destroy
in interface org.apache.pluto.factory.Factory
- Throws:
java.lang.Exception
- See Also:
Factory.destroy()
Copyright © 2008 Mairie de Paris. All Rights Reserved.