com.liferay.portal.kernel.portlet
Interface LiferayPortletSession

All Superinterfaces:
javax.portlet.PortletSession

public interface LiferayPortletSession
extends javax.portlet.PortletSession

View Source

Author:
Brian Wing Shun Chan

Field Summary
 
Fields inherited from interface javax.portlet.PortletSession
APPLICATION_SCOPE, PORTLET_SCOPE
 
Method Summary
 void setHttpSession(javax.servlet.http.HttpSession session)
           
 
Methods inherited from interface javax.portlet.PortletSession
getAttribute, getAttribute, getAttributeMap, getAttributeMap, getAttributeNames, getAttributeNames, getCreationTime, getId, getLastAccessedTime, getMaxInactiveInterval, getPortletContext, invalidate, isNew, removeAttribute, removeAttribute, setAttribute, setAttribute, setMaxInactiveInterval
 

Method Detail

setHttpSession

void setHttpSession(javax.servlet.http.HttpSession session)