Uses of Interface
org.apache.tapestry5.ioc.services.UpdateListener
Packages that use UpdateListener
Package
Description
[INTERNAL USE ONLY] support classes for the
Dynamic
component; API subject to change[INTERNAL USE ONLY] internal service classes; API subject to change
[INTERNAL USE ONLY] asset support services; API subject to change
[INTERNAL USE ONLY] Tapestry IOC implementation details; API subject to change.
[INTERNAL USE ONLY] Tapestry IOC service implementation classes; API subject to change.
Tapestry IOC service interfaces
-
Uses of UpdateListener in org.apache.tapestry5.internal.dynamic
Classes in org.apache.tapestry5.internal.dynamic that implement UpdateListener -
Uses of UpdateListener in org.apache.tapestry5.internal.services
Subinterfaces of UpdateListener in org.apache.tapestry5.internal.servicesClasses in org.apache.tapestry5.internal.services that implement UpdateListenerModifier and TypeClassDescriptionfinal class
A wrapper around aPlasticManager
that allows certain classes to be modified as they are loaded.class
final class
Service implementation that manages a cache of parsed component templates.class
A utility class that encapsulates all the logic for reading properties files and assemblingMessages
from them, in accordance with extension rules and locale. -
Uses of UpdateListener in org.apache.tapestry5.internal.services.assets
Classes in org.apache.tapestry5.internal.services.assets that implement UpdateListener -
Uses of UpdateListener in org.apache.tapestry5.ioc.internal
Classes in org.apache.tapestry5.ioc.internal that implement UpdateListenerModifier and TypeClassDescriptionclass
class
Reloadable object creator for non-service objects.class
Returns anObjectCreator
for lazily instantiating a given implementation class (with dependencies). -
Uses of UpdateListener in org.apache.tapestry5.ioc.internal.services
Methods in org.apache.tapestry5.ioc.internal.services with parameters of type UpdateListenerModifier and TypeMethodDescriptionvoid
UpdateListenerHubImpl.addUpdateListener
(UpdateListener listener) -
Uses of UpdateListener in org.apache.tapestry5.ioc.services
Methods in org.apache.tapestry5.ioc.services with parameters of type UpdateListenerModifier and TypeMethodDescriptionvoid
UpdateListenerHub.addUpdateListener
(UpdateListener listener) Adds a listener.