|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.pluto.factory.impl.PortletSessionFactoryImpl
| Constructor Summary | |
PortletSessionFactoryImpl()
|
|
| Method Summary | |
void |
destroy()
Destroys the factory. |
javax.portlet.PortletSession |
getPortletSession(PortletWindow portletWindow,
javax.servlet.http.HttpSession httpSession)
|
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 PortletSessionFactoryImpl()
| Method Detail |
public void init(javax.servlet.ServletConfig config,
java.util.Map properties)
throws java.lang.Exception
Factory
init in interface Factoryconfig - the servlet configurationproperties - the factory properties
java.lang.Exception - if the initialization fails
public javax.portlet.PortletSession getPortletSession(PortletWindow portletWindow,
javax.servlet.http.HttpSession httpSession)
getPortletSession in interface PortletSessionFactory
public void destroy()
throws java.lang.Exception
Factory
destroy in interface Factoryjava.lang.Exception - if the destruction fails
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||