Uses of Interface
org.apache.tapestry5.ioc.services.UpdateListener
-
Packages that use UpdateListener Package Description org.apache.tapestry5.internal.dynamic [INTERNAL USE ONLY] support classes for theDynamic
component; API subject to changeorg.apache.tapestry5.internal.services [INTERNAL USE ONLY] internal service classes; API subject to changeorg.apache.tapestry5.internal.services.assets [INTERNAL USE ONLY] asset support services; API subject to changeorg.apache.tapestry5.ioc.internal [INTERNAL USE ONLY] Tapestry IOC implementation details; API subject to change.org.apache.tapestry5.ioc.internal.services [INTERNAL USE ONLY] Tapestry IOC service implementation classes; API subject to change.org.apache.tapestry5.ioc.services Tapestry IOC service interfaces -
-
Uses of UpdateListener in org.apache.tapestry5.internal.dynamic
Classes in org.apache.tapestry5.internal.dynamic that implement UpdateListener Modifier and Type Class Description class
DynamicTemplateParserImpl
-
Uses of UpdateListener in org.apache.tapestry5.internal.services
Subinterfaces of UpdateListener in org.apache.tapestry5.internal.services Modifier and Type Interface Description interface
MessagesSource
Classes in org.apache.tapestry5.internal.services that implement UpdateListener Modifier and Type Class Description class
ComponentInstantiatorSourceImpl
A wrapper around aPlasticManager
that allows certain classes to be modified as they are loaded.class
ComponentMessagesSourceImpl
class
ComponentTemplateSourceImpl
Service implementation that manages a cache of parsed component templates.class
MessagesSourceImpl
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 Modifier and Type Class Description class
ResourceChangeTrackerImpl
-
Uses of UpdateListener in org.apache.tapestry5.ioc.internal
Classes in org.apache.tapestry5.ioc.internal that implement UpdateListener Modifier and Type Class Description class
AbstractReloadableObjectCreator
class
ReloadableObjectCreator
Reloadable object creator for non-service objects.class
ReloadableServiceImplementationObjectCreator
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 UpdateListener Modifier and Type Method Description void
UpdateListenerHubImpl. addUpdateListener(UpdateListener listener)
-
Uses of UpdateListener in org.apache.tapestry5.ioc.services
Methods in org.apache.tapestry5.ioc.services with parameters of type UpdateListener Modifier and Type Method Description void
UpdateListenerHub. addUpdateListener(UpdateListener listener)
Adds a listener.
-