|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.servlet.SharedSessionWrapper
public class SharedSessionWrapper
| Constructor Summary | |
|---|---|
SharedSessionWrapper(javax.servlet.http.HttpSession portalSession,
javax.servlet.http.HttpSession portletSession)
|
|
| Method Summary | |
|---|---|
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 6.1.0 |
protected javax.servlet.http.HttpSession |
getSessionDelegate()
|
protected javax.servlet.http.HttpSession |
getSessionDelegate(String name)
|
Object |
getValue(String name)
Deprecated. As of 7.0.0 |
String[] |
getValueNames()
Deprecated. As of 7.0.0 |
void |
invalidate()
|
boolean |
isNew()
|
void |
putValue(String name,
Object value)
Deprecated. As of 7.0.0 |
void |
removeAttribute(String name)
|
void |
removeValue(String name)
Deprecated. As of 7.0.0 |
void |
setAttribute(String name,
Object value)
|
void |
setMaxInactiveInterval(int maxInactiveInterval)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SharedSessionWrapper(javax.servlet.http.HttpSession portalSession,
javax.servlet.http.HttpSession portletSession)
| Method Detail |
|---|
public Object getAttribute(String name)
getAttribute in interface javax.servlet.http.HttpSessionpublic Enumeration<String> getAttributeNames()
getAttributeNames in interface javax.servlet.http.HttpSessionpublic long getCreationTime()
getCreationTime in interface javax.servlet.http.HttpSessionpublic String getId()
getId in interface javax.servlet.http.HttpSessionpublic long getLastAccessedTime()
getLastAccessedTime in interface javax.servlet.http.HttpSessionpublic int getMaxInactiveInterval()
getMaxInactiveInterval in interface javax.servlet.http.HttpSessionpublic 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.HttpSessionpublic void invalidate()
invalidate in interface javax.servlet.http.HttpSessionpublic boolean isNew()
isNew in interface javax.servlet.http.HttpSession
@Deprecated
public void putValue(String name,
Object value)
putValue in interface javax.servlet.http.HttpSessionpublic 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.HttpSessionpublic void setMaxInactiveInterval(int maxInactiveInterval)
setMaxInactiveInterval in interface javax.servlet.http.HttpSessionprotected boolean containsSharedAttribute(String name)
protected javax.servlet.http.HttpSession getSessionDelegate()
protected javax.servlet.http.HttpSession getSessionDelegate(String name)
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||