public interface PortletApplicationSessionMonitor extends javax.servlet.http.HttpSessionBindingListener, javax.servlet.http.HttpSessionActivationListener, Serializable
Modifier and Type | Field and Description |
---|---|
static String |
SESSION_KEY |
Modifier and Type | Method and Description |
---|---|
String |
getContextPath() |
String |
getPortalSessionId() |
long |
getPortalSessionKey() |
javax.servlet.http.HttpSession |
getSession() |
void |
invalidateSession() |
void |
syncPortalSessionId(PortalSessionMonitor psm) |
static final String SESSION_KEY
long getPortalSessionKey()
String getPortalSessionId()
String getContextPath()
void invalidateSession()
javax.servlet.http.HttpSession getSession()
void syncPortalSessionId(PortalSessionMonitor psm)
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.