|
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.SharedSessionAttributeListener
@Deprecated public class SharedSessionAttributeListener
Listener used to help manage shared session attributes into a cache. This cache is more thread safe than the HttpSession and leads to fewer problems with shared session attributes being modified out of sequence.
| Constructor Summary | |
|---|---|
SharedSessionAttributeListener()
Deprecated. |
|
| Method Summary | |
|---|---|
void |
attributeAdded(javax.servlet.http.HttpSessionBindingEvent event)
Deprecated. |
void |
attributeRemoved(javax.servlet.http.HttpSessionBindingEvent event)
Deprecated. |
void |
attributeReplaced(javax.servlet.http.HttpSessionBindingEvent event)
Deprecated. |
void |
sessionCreated(javax.servlet.http.HttpSessionEvent event)
Deprecated. |
void |
sessionDestroyed(javax.servlet.http.HttpSessionEvent event)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SharedSessionAttributeListener()
| Method Detail |
|---|
public void attributeAdded(javax.servlet.http.HttpSessionBindingEvent event)
attributeAdded in interface javax.servlet.http.HttpSessionAttributeListenerpublic void attributeRemoved(javax.servlet.http.HttpSessionBindingEvent event)
attributeRemoved in interface javax.servlet.http.HttpSessionAttributeListenerpublic void attributeReplaced(javax.servlet.http.HttpSessionBindingEvent event)
attributeReplaced in interface javax.servlet.http.HttpSessionAttributeListenerpublic void sessionCreated(javax.servlet.http.HttpSessionEvent event)
sessionCreated in interface javax.servlet.http.HttpSessionListenerpublic void sessionDestroyed(javax.servlet.http.HttpSessionEvent event)
sessionDestroyed in interface javax.servlet.http.HttpSessionListener
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||