org.apache.tapestry5.internal.services
Class TapestrySessionFactoryImpl

java.lang.Object
  extended by org.apache.tapestry5.internal.services.TapestrySessionFactoryImpl
All Implemented Interfaces:
TapestrySessionFactory

public class TapestrySessionFactoryImpl
extends Object
implements TapestrySessionFactory


Constructor Summary
TapestrySessionFactoryImpl(boolean clustered, SessionPersistedObjectAnalyzer analyzer, HttpServletRequest request)
           
 
Method Summary
 Session getSession(boolean create)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TapestrySessionFactoryImpl

public TapestrySessionFactoryImpl(@Symbol(value="tapestry.clustered-sessions")
                                  boolean clustered,
                                  SessionPersistedObjectAnalyzer analyzer,
                                  HttpServletRequest request)
Method Detail

getSession

public Session getSession(boolean create)
Specified by:
getSession in interface TapestrySessionFactory


Copyright © 2003-2012 The Apache Software Foundation.