Liferay 6.0.5

com.liferay.portal.kernel.portlet
Interface LiferayPortletSession

All Superinterfaces:
PortletSession
All Known Implementing Classes:
PortletSessionImpl

public interface LiferayPortletSession
extends PortletSession


Field Summary
static String LAYOUT_SEPARATOR
           
static 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 String PORTLET_SCOPE_NAMESPACE
See Also:
Constant Field Values

LAYOUT_SEPARATOR

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

setHttpSession

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

Liferay 6.0.5