|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pluto.factory.impl.PortletContextFactoryImpl
Constructor Summary | |
PortletContextFactoryImpl()
|
Method Summary | |
void |
destroy()
Destroys the factory. |
javax.portlet.PortletContext |
getPortletContext(javax.servlet.ServletContext servletContext,
PortletApplicationDefinition portletApplicationDefinition)
|
void |
init(javax.servlet.ServletConfig config,
java.util.Map properties)
Initializes the factory using the servlet configuration and the factory properties. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PortletContextFactoryImpl()
Method Detail |
public void init(javax.servlet.ServletConfig config, java.util.Map properties) throws java.lang.Exception
Factory
init
in interface Factory
config
- the servlet configurationproperties
- the factory properties
java.lang.Exception
- if the initialization failspublic javax.portlet.PortletContext getPortletContext(javax.servlet.ServletContext servletContext, PortletApplicationDefinition portletApplicationDefinition)
getPortletContext
in interface PortletContextFactory
public void destroy() throws java.lang.Exception
Factory
destroy
in interface Factory
java.lang.Exception
- if the destruction fails
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |