|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry.BaseSessionStoreOptimized
public class 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(HttpSessionBindingEvent event)
Clears the dirty flag. |
void |
valueUnbound(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(HttpSessionBindingEvent event)
valueBound
in interface HttpSessionBindingListener
public void valueUnbound(HttpSessionBindingEvent event)
valueUnbound
in interface HttpSessionBindingListener
protected 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 |