public class InformationProviderServiceFactoryImpl extends java.lang.Object implements InformationProviderFactory, org.apache.pluto.services.information.InformationProviderService
Constructor and Description |
---|
InformationProviderServiceFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
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) |
public InformationProviderServiceFactoryImpl()
public org.apache.pluto.services.information.StaticInformationProvider getStaticProvider()
getStaticProvider
in interface InformationProviderFactory
getStaticProvider
in interface org.apache.pluto.services.information.InformationProviderService
public org.apache.pluto.services.information.DynamicInformationProvider getDynamicProvider(javax.servlet.http.HttpServletRequest request)
getDynamicProvider
in interface InformationProviderFactory
getDynamicProvider
in interface org.apache.pluto.services.information.InformationProviderService
public void init(javax.servlet.ServletConfig config, java.util.Map properties) throws java.lang.Exception
init
in interface org.apache.pluto.factory.Factory
java.lang.Exception
public void destroy() throws java.lang.Exception
destroy
in interface org.apache.pluto.factory.Factory
java.lang.Exception
Copyright © 2003-2013 . All Rights Reserved.