|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jasig.portal.container.services.information.InformationProviderServiceImpl
Implementation of Apache Pluto InformationProviderService.
Constructor Summary | |
InformationProviderServiceImpl()
|
Method Summary | |
void |
destroy()
Destroys the services. |
org.apache.pluto.services.information.DynamicInformationProvider |
getDynamicProvider(javax.servlet.http.HttpServletRequest request)
|
org.apache.pluto.services.information.StaticInformationProvider |
getStaticProvider()
|
void |
init(javax.servlet.ServletConfig servletConfig,
java.util.Properties properties)
Initializes the service using the servlet configuration and the service properties. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public InformationProviderServiceImpl()
Method Detail |
public void init(javax.servlet.ServletConfig servletConfig, java.util.Properties properties) throws java.lang.Exception
PortletContainerService
init
in interface PortletContainerService
servletConfig
- the servlet configurationproperties
- the service properties
java.lang.Exception
- if the initialization failspublic void destroy() throws java.lang.Exception
PortletContainerService
destroy
in interface PortletContainerService
java.lang.Exception
- if the destruction failspublic org.apache.pluto.services.information.StaticInformationProvider getStaticProvider()
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 org.apache.pluto.services.information.InformationProviderService
|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |