message.retriever
Class PortletRequestSessionIDRetriever

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

public class PortletRequestSessionIDRetriever
extends java.lang.Object
implements SessionIDRetriever

Implementation allowing access to the user's cross-context session id from PortletRequest.getRequestedSessionId(). See that method's documentation for its limitations.


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

PortletRequestSessionIDRetriever

public PortletRequestSessionIDRetriever()
Method Detail

getSessionID

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