message.retriever
Class NamespacedLocalSessionIDRetriever

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

public class NamespacedLocalSessionIDRetriever
extends java.lang.Object
implements SessionIDRetriever

Implementation for use when you really only want portlets to communicate within their own webapp (no interference). This uses the portlet session id + context path.


Constructor Summary
NamespacedLocalSessionIDRetriever()
           
 
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

NamespacedLocalSessionIDRetriever

public NamespacedLocalSessionIDRetriever()
Method Detail

getSessionID

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