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 InformationProviderFactorygetStaticProvider in interface org.apache.pluto.services.information.InformationProviderServicepublic org.apache.pluto.services.information.DynamicInformationProvider getDynamicProvider(javax.servlet.http.HttpServletRequest request)
getDynamicProvider in interface InformationProviderFactorygetDynamicProvider in interface org.apache.pluto.services.information.InformationProviderServicepublic void init(javax.servlet.ServletConfig config,
java.util.Map properties)
throws java.lang.Exception
init in interface org.apache.pluto.factory.Factoryjava.lang.Exceptionpublic void destroy()
throws java.lang.Exception
destroy in interface org.apache.pluto.factory.Factoryjava.lang.ExceptionCopyright © 2003-2013 . All Rights Reserved.