|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object message.retriever.LocalSessionIDRetriever
Implementation for use when you only want portlets in one webapp to communicate: it just uses the local portlet session id. If your server is set up to give all portlet apps the same sessionid, then you could use this for communication between portlets in different webapps.
Constructor Summary | |
LocalSessionIDRetriever()
|
Method Summary | |
java.lang.String |
getSessionID(PortletRequest request)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LocalSessionIDRetriever()
Method Detail |
public java.lang.String getSessionID(PortletRequest request)
getSessionID
in interface SessionIDRetriever
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |