|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectto.etc.domui.server.HttpSessionLink
public final class HttpSessionLink
This is contained in an HttpSession and refers to the AppSession there.
Constructor Summary | |
---|---|
HttpSessionLink(ReloadingContextMaker reloader)
|
Method Summary | |
---|---|
void |
classesReloaded()
When classes are reloaded we MUST invalidate the current appSession. |
void |
valueBound(javax.servlet.http.HttpSessionBindingEvent arg0)
|
void |
valueUnbound(javax.servlet.http.HttpSessionBindingEvent arg0)
Session expired- discard session properly. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HttpSessionLink(ReloadingContextMaker reloader)
Method Detail |
---|
public void classesReloaded()
classesReloaded
in interface IReloadedClassesListener
IReloadedClassesListener.classesReloaded()
public void valueBound(javax.servlet.http.HttpSessionBindingEvent arg0)
valueBound
in interface javax.servlet.http.HttpSessionBindingListener
public void valueUnbound(javax.servlet.http.HttpSessionBindingEvent arg0)
valueUnbound
in interface javax.servlet.http.HttpSessionBindingListener
HttpSessionBindingListener.valueUnbound(javax.servlet.http.HttpSessionBindingEvent)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |