Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.servlet.filters.compoundsessionid
Class CompoundSessionIdHttpSession

java.lang.Object
  extended by com.liferay.portal.kernel.servlet.HttpSessionWrapper
      extended by com.liferay.portal.kernel.servlet.filters.compoundsessionid.CompoundSessionIdHttpSession
All Implemented Interfaces:
javax.servlet.http.HttpSession

public class CompoundSessionIdHttpSession
extends HttpSessionWrapper


Constructor Summary
CompoundSessionIdHttpSession(javax.servlet.http.HttpSession session)
           
 
Method Summary
 String getId()
           
 
Methods inherited from class com.liferay.portal.kernel.servlet.HttpSessionWrapper
getAttribute, getAttributeNames, getCreationTime, getLastAccessedTime, getMaxInactiveInterval, getServletContext, getSessionContext, getValue, getValueNames, getWrappedSession, invalidate, isNew, putValue, removeAttribute, removeValue, setAttribute, setMaxInactiveInterval
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompoundSessionIdHttpSession

public CompoundSessionIdHttpSession(javax.servlet.http.HttpSession session)
Method Detail

getId

public String getId()
Specified by:
getId in interface javax.servlet.http.HttpSession
Overrides:
getId in class HttpSessionWrapper

Liferay 6.1.2-ce-ga3