|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.wadi.core.manager.NoOpSessionListener
org.codehaus.wadi.web.WADIHttpSessionListener
public class WADIHttpSessionListener
Field Summary | |
---|---|
protected javax.servlet.http.HttpSessionListener[] |
listeners
|
Constructor Summary | |
---|---|
WADIHttpSessionListener(javax.servlet.http.HttpSessionListener[] listeners)
|
Method Summary | |
---|---|
protected WADIHttpSession |
ensureTypeAndCast(Session session)
|
void |
onSessionCreation(Session session)
|
void |
onSessionDestruction(Session session)
|
Methods inherited from class org.codehaus.wadi.core.manager.NoOpSessionListener |
---|
onInboundSessionMigration, onOutbountSessionMigration |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected javax.servlet.http.HttpSessionListener[] listeners
Constructor Detail |
---|
public WADIHttpSessionListener(javax.servlet.http.HttpSessionListener[] listeners)
Method Detail |
---|
public void onSessionCreation(Session session)
onSessionCreation
in interface SessionListener
onSessionCreation
in class NoOpSessionListener
public void onSessionDestruction(Session session)
onSessionDestruction
in interface SessionListener
onSessionDestruction
in class NoOpSessionListener
protected WADIHttpSession ensureTypeAndCast(Session session)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |