| Package | Description | 
|---|---|
| org.apache.tapestry5.corelib.pages | The set of core pages available in all Tapestry applications | 
| org.apache.tapestry5.internal.services | [INTERNAL USE ONLY] internal service classes; API subject to change | 
| org.apache.tapestry5.internal.test | [INTERNAL USE ONLY] testing support implementation classes; API subject to change | 
| org.apache.tapestry5.services | Core services | 
| org.apache.tapestry5.test | Support for testing Tapestry pages | 
| Modifier and Type | Method and Description | 
|---|---|
| Session | ExceptionReport. getSession() | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ClusteredSessionImplA thin wrapper around  HttpSessionthat supports re-storing of mutable
 session attributes at the end of the request (seeClusteredSessionImpl.restoreDirtyObjects()). | 
| class  | SessionImplA thin wrapper around  HttpSession. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Session | SessionApplicationStatePersistenceStrategy. getSession() | 
| Session | TapestrySessionFactory. getSession(boolean create) | 
| Session | TapestrySessionFactoryImpl. getSession(boolean create) | 
| Session | RequestImpl. getSession(boolean create) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | AbstractSessionPersistentFieldStrategy. didReadChange(Session session,
             String attributeName)Called after each key is read by  AbstractSessionPersistentFieldStrategy.gatherFieldChanges(String). | 
| protected void | FlashPersistentFieldStrategy. didReadChange(Session session,
             String attributeName) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PageTesterSession | 
| Modifier and Type | Method and Description | 
|---|---|
| Session | TestableRequestImpl. getSession(boolean create) | 
| Modifier and Type | Method and Description | 
|---|---|
| Session | DelegatingRequest. getSession(boolean create) | 
| Session | Request. getSession(boolean create)Gets the  Session. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Session | TapestryTestCase. mockSession() | 
| Modifier and Type | Method and Description | 
|---|---|
| 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) | 
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.