Class TapestrySessionFactoryImpl
java.lang.Object
org.apache.tapestry5.http.internal.services.TapestrySessionFactoryImpl
- All Implemented Interfaces:
TapestrySessionFactory
-
Constructor Summary
ConstructorsConstructorDescriptionTapestrySessionFactoryImpl
(boolean clustered, SessionPersistedObjectAnalyzer analyzer, javax.servlet.http.HttpServletRequest request, PerthreadManager perthreadManager, boolean sessionLockingEnabled) -
Method Summary
-
Constructor Details
-
TapestrySessionFactoryImpl
public TapestrySessionFactoryImpl(@Symbol("tapestry.clustered-sessions") boolean clustered, SessionPersistedObjectAnalyzer analyzer, javax.servlet.http.HttpServletRequest request, PerthreadManager perthreadManager, @Symbol("tapestry.session-locking-enabled") boolean sessionLockingEnabled)
-
-
Method Details
-
getSession
- Specified by:
getSession
in interfaceTapestrySessionFactory
-