Interface LiferayPortletSession
- All Superinterfaces:
jakarta.portlet.PortletSession
public interface LiferayPortletSession
extends jakarta.portlet.PortletSession
- Author:
- Brian Wing Shun Chan
-
Field Summary
FieldsFields inherited from interface jakarta.portlet.PortletSession
APPLICATION_SCOPE, PORTLET_SCOPE -
Method Summary
Modifier and TypeMethodDescriptionvoidsetHttpSession(jakarta.servlet.http.HttpSession httpSession) Methods inherited from interface jakarta.portlet.PortletSession
getAttribute, getAttribute, getAttributeMap, getAttributeMap, getAttributeNames, getAttributeNames, getCreationTime, getId, getLastAccessedTime, getMaxInactiveInterval, getPortletContext, invalidate, isNew, removeAttribute, removeAttribute, setAttribute, setAttribute, setMaxInactiveInterval
-
Field Details
-
LAYOUT_SEPARATOR
- See Also:
-
PORTLET_SCOPE_NAMESPACE
- See Also:
-
-
Method Details
-
setHttpSession
void setHttpSession(jakarta.servlet.http.HttpSession httpSession)
-