Class ClusteredSessionImpl

java.lang.Object
org.apache.tapestry5.http.internal.services.SessionImpl
org.apache.tapestry5.http.internal.services.ClusteredSessionImpl
All Implemented Interfaces:
Session

public class ClusteredSessionImpl extends SessionImpl
A thin wrapper around HttpSession that supports re-storing of mutable session attributes at the end of the request (see restoreDirtyObjects()). This is only used when clustering.
Since:
5.3
See Also: