Liferay 6.1.2-ce-ga3

com.liferay.portal.servlet
Class JettySharedSessionWrapper

java.lang.Object
  extended by com.liferay.portal.servlet.SharedSessionWrapper
      extended by com.liferay.portal.servlet.JettySharedSessionWrapper
All Implemented Interfaces:
javax.servlet.http.HttpSession, org.eclipse.jetty.server.session.AbstractSessionManager.SessionIf

public class JettySharedSessionWrapper
extends SharedSessionWrapper
implements org.eclipse.jetty.server.session.AbstractSessionManager.SessionIf


Constructor Summary
JettySharedSessionWrapper(javax.servlet.http.HttpSession portalSession, javax.servlet.http.HttpSession portletSession)
           
 
Method Summary
 org.eclipse.jetty.server.session.AbstractSession getSession()
           
 
Methods inherited from class com.liferay.portal.servlet.SharedSessionWrapper
containsSharedAttribute, equals, getAttribute, getAttributeNames, getCreationTime, getId, getLastAccessedTime, getMaxInactiveInterval, getServletContext, getSessionContext, getSessionDelegate, getSessionDelegate, getValue, getValueNames, hashCode, invalidate, isNew, putValue, removeAttribute, removeValue, setAttribute, setMaxInactiveInterval
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.http.HttpSession
getAttribute, getAttributeNames, getCreationTime, getId, getLastAccessedTime, getMaxInactiveInterval, getServletContext, getSessionContext, getValue, getValueNames, invalidate, isNew, putValue, removeAttribute, removeValue, setAttribute, setMaxInactiveInterval
 

Constructor Detail

JettySharedSessionWrapper

public JettySharedSessionWrapper(javax.servlet.http.HttpSession portalSession,
                                 javax.servlet.http.HttpSession portletSession)
Method Detail

getSession

public org.eclipse.jetty.server.session.AbstractSession getSession()
Specified by:
getSession in interface org.eclipse.jetty.server.session.AbstractSessionManager.SessionIf

Liferay 6.1.2-ce-ga3