|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.tapestry.BaseSessionStoreOptimized
Base implementation of SessionStoreOptimized. Subclasses should
invoke markSessionStoreNeeded() any time internal state changed.
| Constructor Summary | |
BaseSessionStoreOptimized()
|
|
| Method Summary | |
boolean |
isStoreToSessionNeeded()
Returns the dirty flag. |
protected void |
markSessionStoreNeeded()
Sets the dirty flag. |
void |
valueBound(javax.servlet.http.HttpSessionBindingEvent event)
Clears the dirty flag. |
void |
valueUnbound(javax.servlet.http.HttpSessionBindingEvent event)
Does nothing. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BaseSessionStoreOptimized()
| Method Detail |
public void valueBound(javax.servlet.http.HttpSessionBindingEvent event)
valueBound in interface javax.servlet.http.HttpSessionBindingListenerpublic void valueUnbound(javax.servlet.http.HttpSessionBindingEvent event)
valueUnbound in interface javax.servlet.http.HttpSessionBindingListenerprotected void markSessionStoreNeeded()
public boolean isStoreToSessionNeeded()
isStoreToSessionNeeded in interface SessionStoreOptimized
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||