| org.apache.beehive.netui.pageflow.internal.DefaultHandler org.apache.beehive.netui.pageflow.internal.DeferredSessionStorageHandler
DeferredSessionStorageHandler | public class DeferredSessionStorageHandler extends DefaultHandler implements StorageHandler(Code) | | This alternate session storage handler does not write any attribute into the session until the very end of a chain
of forwarded requests (i.e., not even at the end of an inner forwarded request). This allows it to handle multiple
concurrent forwarded requests, each of which is modifying the same data, in a more reasonable way. Basically,
each request works in its own snapshot of the session, and the last one to commit is the one whose snapshot wins.
This is a better alternative than allowing them to interfere with each other in the middle of the request chain.
|
DeferredSessionStorageHandler | public DeferredSessionStorageHandler(ServletContext servletContext)(Code) | | |
allowBindingEvent | public boolean allowBindingEvent(Object event)(Code) | | |
|
|