Interface TapestrySessionFactory
-
- All Known Implementing Classes:
TapestrySessionFactoryImpl
public interface TapestrySessionFactory
Encapsulates logic for accessing the TapestrySession
(a wrapper around theHttpSession
).- Since:
- 5.3
- See Also:
SessionImpl
,ClusteredSessionImpl
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Session
getSession(boolean create)
-
-
-
Method Detail
-
getSession
Session getSession(boolean create)
-
-