Uses of Interface
org.apache.tapestry5.services.ApplicationStateManager
Packages that use ApplicationStateManager
Package
Description
[INTERNAL USE ONLY] support classes for Alerts; API subject to change
[INTERNAL USE ONLY] internal service classes; API subject to change
[INTERNAL USE ONLY] component class transformation implementation classes; API subject to change.
Support for testing Tapestry pages
-
Uses of ApplicationStateManager in org.apache.tapestry5.internal.alerts
Constructors in org.apache.tapestry5.internal.alerts with parameters of type ApplicationStateManagerModifierConstructorDescriptionAlertManagerImpl
(ApplicationStateManager asm, Request request, AjaxResponseRenderer ajaxResponseRenderer, PerthreadManager perThreadManager) -
Uses of ApplicationStateManager in org.apache.tapestry5.internal.services
Classes in org.apache.tapestry5.internal.services that implement ApplicationStateManager -
Uses of ApplicationStateManager in org.apache.tapestry5.internal.transform
Constructors in org.apache.tapestry5.internal.transform with parameters of type ApplicationStateManagerModifierConstructorDescriptionApplicationStateWorker
(ApplicationStateManager applicationStateManager, ComponentClassCache componentClassCache) -
Uses of ApplicationStateManager in org.apache.tapestry5.test
Methods in org.apache.tapestry5.test that return ApplicationStateManagerModifier and TypeMethodDescriptionprotected final ApplicationStateManager
TapestryTestCase.mockApplicationStateManager()
Methods in org.apache.tapestry5.test with parameters of type ApplicationStateManagerModifier and TypeMethodDescriptionprotected final <T> void
TapestryTestCase.train_get
(ApplicationStateManager manager, Class<T> asoClass, T aso)