Uses of Interface
org.apache.tapestry5.services.Session

Packages that use Session
org.apache.tapestry5.corelib.pages   
org.apache.tapestry5.internal.services   
org.apache.tapestry5.internal.test   
org.apache.tapestry5.services   
org.apache.tapestry5.test   
 

Uses of Session in org.apache.tapestry5.corelib.pages
 

Methods in org.apache.tapestry5.corelib.pages that return Session
 Session ExceptionReport.getSession()
           
 

Uses of Session in org.apache.tapestry5.internal.services
 

Classes in org.apache.tapestry5.internal.services that implement Session
 class SessionImpl
          A thin wrapper around HttpSession.
 

Methods in org.apache.tapestry5.internal.services that return Session
 Session RequestImpl.getSession(boolean create)
           
 

Methods in org.apache.tapestry5.internal.services with parameters of type Session
protected  void FlashPersistentFieldStrategy.didReadChange(Session session, String attributeName)
           
protected  void AbstractSessionPersistentFieldStrategy.didReadChange(Session session, String attributeName)
          Called after each key is read by AbstractSessionPersistentFieldStrategy.gatherFieldChanges(String).
 

Uses of Session in org.apache.tapestry5.internal.test
 

Classes in org.apache.tapestry5.internal.test that implement Session
 class PageTesterSession
           
 

Methods in org.apache.tapestry5.internal.test that return Session
 Session TestableRequestImpl.getSession(boolean create)
           
 

Uses of Session in org.apache.tapestry5.services
 

Methods in org.apache.tapestry5.services that return Session
 Session Request.getSession(boolean create)
          Gets the Session.
 Session DelegatingRequest.getSession(boolean create)
           
 

Uses of Session in org.apache.tapestry5.test
 

Methods in org.apache.tapestry5.test that return Session
protected  Session TapestryTestCase.mockSession()
           
 

Methods in org.apache.tapestry5.test with parameters of type Session
protected  void TapestryTestCase.train_getAttribute(Session session, String name, Object attribute)
           
protected  void TapestryTestCase.train_getAttributeNames(Session session, String prefix, String... names)
           
protected  void TapestryTestCase.train_getSession(Request request, boolean create, Session session)
           
protected  void TapestryTestCase.train_isInvalidated(Session session, boolean invalidated)
           
 



Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.