|
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.FactoryManagerServiceImpl
Implementation of Apache Pluto object model.
Constructor Summary | |
FactoryManagerServiceImpl()
|
Method Summary | |
void |
destroy()
Destroys the services. |
org.apache.pluto.factory.Factory |
getFactory(java.lang.Class theClass)
|
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 FactoryManagerServiceImpl()
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.factory.Factory getFactory(java.lang.Class theClass)
getFactory
in interface org.apache.pluto.services.factory.FactoryManagerService
|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |