message.retriever
Class LocalSessionIDRetriever

java.lang.Object
  extended bymessage.retriever.LocalSessionIDRetriever
All Implemented Interfaces:
SessionIDRetriever

public class LocalSessionIDRetriever
extends java.lang.Object
implements SessionIDRetriever

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

LocalSessionIDRetriever

public LocalSessionIDRetriever()
Method Detail

getSessionID

public java.lang.String getSessionID(PortletRequest request)
Specified by:
getSessionID in interface SessionIDRetriever