public class SharedSessionWrapper
extends Object
implements javax.servlet.http.HttpSession
Constructor and Description |
---|
SharedSessionWrapper(javax.servlet.http.HttpSession portalSession,
javax.servlet.http.HttpSession portletSession) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
containsSharedAttribute(String name) |
Object |
getAttribute(String name) |
Enumeration<String> |
getAttributeNames() |
long |
getCreationTime() |
String |
getId() |
long |
getLastAccessedTime() |
int |
getMaxInactiveInterval() |
javax.servlet.ServletContext |
getServletContext() |
javax.servlet.http.HttpSessionContext |
getSessionContext()
Deprecated.
As of Paton (6.1.x)
|
protected javax.servlet.http.HttpSession |
getSessionDelegate() |
protected javax.servlet.http.HttpSession |
getSessionDelegate(String name) |
Object |
getValue(String name)
Deprecated.
As of Wilberforce (7.0.x)
|
String[] |
getValueNames()
Deprecated.
As of Wilberforce (7.0.x)
|
void |
invalidate() |
boolean |
isNew() |
void |
putValue(String name,
Object value)
Deprecated.
As of Wilberforce (7.0.x)
|
void |
removeAttribute(String name) |
void |
removeValue(String name)
Deprecated.
As of Wilberforce (7.0.x)
|
void |
setAttribute(String name,
Object value) |
void |
setMaxInactiveInterval(int maxInactiveInterval) |
public SharedSessionWrapper(javax.servlet.http.HttpSession portalSession, javax.servlet.http.HttpSession portletSession)
public Object getAttribute(String name)
getAttribute
in interface javax.servlet.http.HttpSession
public Enumeration<String> getAttributeNames()
getAttributeNames
in interface javax.servlet.http.HttpSession
public long getCreationTime()
getCreationTime
in interface javax.servlet.http.HttpSession
public String getId()
getId
in interface javax.servlet.http.HttpSession
public long getLastAccessedTime()
getLastAccessedTime
in interface javax.servlet.http.HttpSession
public int getMaxInactiveInterval()
getMaxInactiveInterval
in interface javax.servlet.http.HttpSession
public javax.servlet.ServletContext getServletContext()
getServletContext
in interface javax.servlet.http.HttpSession
@Deprecated public javax.servlet.http.HttpSessionContext getSessionContext()
getSessionContext
in interface javax.servlet.http.HttpSession
@Deprecated public Object getValue(String name)
getValue
in interface javax.servlet.http.HttpSession
@Deprecated public String[] getValueNames()
getValueNames
in interface javax.servlet.http.HttpSession
public void invalidate()
invalidate
in interface javax.servlet.http.HttpSession
public boolean isNew()
isNew
in interface javax.servlet.http.HttpSession
@Deprecated public void putValue(String name, Object value)
putValue
in interface javax.servlet.http.HttpSession
public void removeAttribute(String name)
removeAttribute
in interface javax.servlet.http.HttpSession
@Deprecated public void removeValue(String name)
removeValue
in interface javax.servlet.http.HttpSession
public void setAttribute(String name, Object value)
setAttribute
in interface javax.servlet.http.HttpSession
public void setMaxInactiveInterval(int maxInactiveInterval)
setMaxInactiveInterval
in interface javax.servlet.http.HttpSession
protected boolean containsSharedAttribute(String name)
protected javax.servlet.http.HttpSession getSessionDelegate()
protected javax.servlet.http.HttpSession getSessionDelegate(String name)