Uses of Interface
org.apache.tapestry5.http.services.Session
Packages that use Session
Package
Description
The set of core pages available in all Tapestry applications
[INTERNAL USE ONLY] internal service classes; API subject to change
[INTERNAL USE ONLY] testing support implementation classes; API subject to change
Core services
Support for testing Tapestry pages
-
Uses of Session in org.apache.tapestry5.corelib.pages
Methods in org.apache.tapestry5.corelib.pages that return Session -
Uses of Session in org.apache.tapestry5.http.internal.services
Classes in org.apache.tapestry5.http.internal.services that implement SessionModifier and TypeClassDescriptionclass
A thin wrapper aroundHttpSession
that supports re-storing of mutable session attributes at the end of the request (seeClusteredSessionImpl.restoreDirtyObjects()
).class
A thin wrapper aroundHttpSession
.Methods in org.apache.tapestry5.http.internal.services that return SessionModifier and TypeMethodDescriptionRequestImpl.getSession
(boolean create) TapestrySessionFactory.getSession
(boolean create) TapestrySessionFactoryImpl.getSession
(boolean create) -
Uses of Session in org.apache.tapestry5.http.services
Methods in org.apache.tapestry5.http.services that return Session -
Uses of Session in org.apache.tapestry5.internal.services
Methods in org.apache.tapestry5.internal.services that return SessionModifier and TypeMethodDescriptionprotected Session
SessionApplicationStatePersistenceStrategy.getSession()
Methods in org.apache.tapestry5.internal.services with parameters of type SessionModifier and TypeMethodDescriptionprotected void
AbstractSessionPersistentFieldStrategy.didReadChange
(Session session, String attributeName) Called after each key is read byAbstractSessionPersistentFieldStrategy.gatherFieldChanges(String)
.protected void
FlashPersistentFieldStrategy.didReadChange
(Session session, String attributeName) -
Uses of Session in org.apache.tapestry5.internal.test
Classes in org.apache.tapestry5.internal.test that implement SessionMethods in org.apache.tapestry5.internal.test that return Session -
Uses of Session in org.apache.tapestry5.services
Methods in org.apache.tapestry5.services that return Session -
Uses of Session in org.apache.tapestry5.test
Methods in org.apache.tapestry5.test that return SessionMethods in org.apache.tapestry5.test with parameters of type SessionModifier and TypeMethodDescriptionprotected final void
TapestryTestCase.train_getAttribute
(Session session, String name, Object attribute) protected final void
TapestryTestCase.train_getAttributeNames
(Session session, String prefix, String... names) protected void
TapestryTestCase.train_getSession
(Request request, boolean create, Session session) protected final void
TapestryTestCase.train_isInvalidated
(Session session, boolean invalidated)