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