Uses of Class
org.apache.tapestry5.internal.services.RestoreDirtySessionObjects
-
Packages that use RestoreDirtySessionObjects Package Description org.apache.tapestry5.modules -
-
Uses of RestoreDirtySessionObjects in org.apache.tapestry5.modules
Methods in org.apache.tapestry5.modules with parameters of type RestoreDirtySessionObjects Modifier and Type Method Description void
TapestryModule. contributeApplicationInitializer(OrderedConfiguration<ApplicationInitializerFilter> configuration, TypeCoercer typeCoercer, ComponentClassResolver componentClassResolver, InvalidationEventHub invalidationEventHub, RestoreDirtySessionObjects restoreDirtySessionObjects)
Adds a listener to theComponentInstantiatorSource
that clears thePropertyAccess
andTypeCoercer
caches on a class loader invalidation.
-