Liferay 6.2-ce-ga5

com.liferay.portal.servlet
Class JettyHttpSessionWrapper

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

public class JettyHttpSessionWrapper
extends HttpSessionWrapper
implements org.eclipse.jetty.server.session.AbstractSessionManager.SessionIf


Constructor Summary
JettyHttpSessionWrapper(javax.servlet.http.HttpSession session)
           
 
Method Summary
 org.eclipse.jetty.server.session.AbstractSession getSession()
           
 
Methods inherited from class com.liferay.portal.kernel.servlet.HttpSessionWrapper
getAttribute, getAttributeNames, getCreationTime, getId, 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
 
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

JettyHttpSessionWrapper

public JettyHttpSessionWrapper(javax.servlet.http.HttpSession session)
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.2-ce-ga5