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
static java.lang.String LAYOUT_SEPARATOR
           
static java.lang.String PORTLET_SCOPE_NAMESPACE
           
 
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
 

Field Detail

PORTLET_SCOPE_NAMESPACE

static final java.lang.String PORTLET_SCOPE_NAMESPACE
See Also:
Constant Field Values

LAYOUT_SEPARATOR

static final java.lang.String LAYOUT_SEPARATOR
See Also:
Constant Field Values
Method Detail

setHttpSession

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