org.apache.tapestry5.internal.services
Interface TapestrySessionFactory

All Known Implementing Classes:
TapestrySessionFactoryImpl

public interface TapestrySessionFactory

Encapsulates logic for accessing the Tapestry Session (a wrapper around the HttpSession).

Since:
5.3
See Also:
SessionImpl, ClusteredSessionImpl

Method Summary
 Session getSession(boolean create)
           
 

Method Detail

getSession

Session getSession(boolean create)


Copyright © 2003-2012 The Apache Software Foundation.