Class TapestrySessionFactoryImpl
-
- org.apache.tapestry5.http.internal.services.TapestrySessionFactoryImpl
-
- All Implemented Interfaces:
TapestrySessionFactory
public class TapestrySessionFactoryImpl extends implements TapestrySessionFactory
-
-
Constructor Summary
Constructors Constructor Description TapestrySessionFactoryImpl(boolean clustered, SessionPersistedObjectAnalyzer analyzer, request, PerthreadManager perthreadManager, boolean sessionLockingEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Session
getSession(boolean create)
-
-
-
Constructor Detail
-
TapestrySessionFactoryImpl
public TapestrySessionFactoryImpl(@Symbol("tapestry.clustered-sessions") boolean clustered, SessionPersistedObjectAnalyzer analyzer, request, PerthreadManager perthreadManager, @Symbol("tapestry.session-locking-enabled") boolean sessionLockingEnabled)
-
-
Method Detail
-
getSession
public Session getSession(boolean create)
- Specified by:
getSession
in interfaceTapestrySessionFactory
-
-