|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidationEventHub | |
---|---|
org.apache.tapestry5.internal.event | [INTERNAL USE ONLY] support classes for event listeners; API subject to change |
org.apache.tapestry5.internal.services | [INTERNAL USE ONLY] internal service classes; API subject to change |
org.apache.tapestry5.internal.services.assets | [INTERNAL USE ONLY] asset support services; API subject to change |
org.apache.tapestry5.services | Core services |
org.apache.tapestry5.services.messages | Services supporting component and application message catalogs. |
Uses of InvalidationEventHub in org.apache.tapestry5.internal.event |
---|
Classes in org.apache.tapestry5.internal.event that implement InvalidationEventHub | |
---|---|
class |
InvalidationEventHubImpl
Base implementation class for classes (especially services) that need to manage a list of InvalidationListener s. |
Uses of InvalidationEventHub in org.apache.tapestry5.internal.services |
---|
Subinterfaces of InvalidationEventHub in org.apache.tapestry5.internal.services | |
---|---|
interface |
InternalComponentInvalidationEventHub
Split-out implementation of InvalidationEventHub that separates it from ComponentInstantiatorSource . |
interface |
MessagesSource
|
interface |
ResourceDigestManager
Caches information about resources on the classpath. |
Classes in org.apache.tapestry5.internal.services that implement InvalidationEventHub | |
---|---|
class |
ComponentTemplateSourceImpl
Service implementation that manages a cache of parsed component templates. |
class |
InternalComponentInvalidationEventHubImpl
|
class |
MessagesSourceImpl
A utility class that encapsulates all the logic for reading properties files and assembling Messages from
them, in accordance with extension rules and locale. |
class |
ResourceDigestManagerImpl
|
Methods in org.apache.tapestry5.internal.services that return InvalidationEventHub | |
---|---|
InvalidationEventHub |
ComponentMessagesSourceImpl.getInvalidationEventHub()
|
InvalidationEventHub |
ComponentTemplateSource.getInvalidationEventHub()
Event hub used to notify listeners that underlying component template files have changed. |
InvalidationEventHub |
ComponentTemplateSourceImpl.getInvalidationEventHub()
|
Methods in org.apache.tapestry5.internal.services with parameters of type InvalidationEventHub | |
---|---|
PageLoader |
InternalModule.buildPageLoader(PageLoaderImpl service,
InvalidationEventHub templatesHub,
InvalidationEventHub messagesHub)
|
PageSource |
InternalModule.buildPageSource(PageSourceImpl service,
InvalidationEventHub templatesHub,
InvalidationEventHub messagesHub)
|
void |
PropertyConduitSourceImpl.listenForInvalidations(InvalidationEventHub hub)
|
Constructors in org.apache.tapestry5.internal.services with parameters of type InvalidationEventHub | |
---|---|
InternalModule(RequestGlobals requestGlobals,
InvalidationEventHub classesInvalidationEventHub)
|
Uses of InvalidationEventHub in org.apache.tapestry5.internal.services.assets |
---|
Subinterfaces of InvalidationEventHub in org.apache.tapestry5.internal.services.assets | |
---|---|
interface |
ResourceChangeTracker
Tracks resources (at least, resources that can change because they are on the file system) and acts as an UpdateListener to check for changes and notify its listeners. |
Classes in org.apache.tapestry5.internal.services.assets that implement InvalidationEventHub | |
---|---|
class |
ResourceChangeTrackerImpl
|
Uses of InvalidationEventHub in org.apache.tapestry5.services |
---|
Methods in org.apache.tapestry5.services that return InvalidationEventHub | |
---|---|
static InvalidationEventHub |
TapestryModule.buildComponentClassesInvalidationEventHub(InternalComponentInvalidationEventHub trueHub)
Exposes the public portion of the internal InternalComponentInvalidationEventHub service. |
static InvalidationEventHub |
TapestryModule.buildComponentMessagesInvalidationEventHub(ComponentMessagesSource messagesSource)
|
static InvalidationEventHub |
TapestryModule.buildComponentTemplatesInvalidationEventHub(ComponentTemplateSource templateSource)
|
Methods in org.apache.tapestry5.services with parameters of type InvalidationEventHub | |
---|---|
ComponentEventResultProcessor |
TapestryModule.buildAjaxComponentEventResultProcessor(java.util.Map<java.lang.Class,ComponentEventResultProcessor> configuration,
InvalidationEventHub hub)
The component event result processor used for Ajax-oriented component requests. |
static ComponentClassResolver |
TapestryModule.buildComponentClassResolver(ComponentClassResolverImpl service,
InvalidationEventHub hub)
|
ComponentEventResultProcessor |
TapestryModule.buildComponentEventResultProcessor(java.util.Map<java.lang.Class,ComponentEventResultProcessor> configuration,
InvalidationEventHub hub)
The component event result processor used for normal component requests. |
static DataTypeAnalyzer |
TapestryModule.buildDefaultDataTypeAnalyzer(DefaultDataTypeAnalyzer service,
InvalidationEventHub hub)
The default data type analyzer is the final analyzer consulted and identifies the type entirely pased on the property type, working against its own configuration (mapping property type class to data type). |
static MetaDataLocator |
TapestryModule.buildMetaDataLocator(MetaDataLocatorImpl service,
InvalidationEventHub hub)
|
static TranslatorSource |
TapestryModule.buildTranslatorSource(java.util.Map<java.lang.Class,Translator> configuration,
TranslatorAlternatesSource alternatesSource,
InvalidationEventHub hub)
|
static ValueEncoderSource |
TapestryModule.buildValueEncoderSource(java.util.Map<java.lang.Class,ValueEncoderFactory> configuration,
InvalidationEventHub hub)
|
void |
TapestryModule.contributeApplicationInitializer(OrderedConfiguration<ApplicationInitializerFilter> configuration,
TypeCoercer typeCoercer,
ComponentClassResolver componentClassResolver,
InvalidationEventHub invalidationEventHub,
RestoreDirtySessionObjects restoreDirtySessionObjects)
Adds a listener to the ComponentInstantiatorSource that clears the
PropertyAccess and TypeCoercer caches on
a class loader invalidation. |
static void |
TapestryModule.registerToClearPlasticProxyFactoryOnInvalidation(InvalidationEventHub hub,
PlasticProxyFactory proxyFactory)
|
Uses of InvalidationEventHub in org.apache.tapestry5.services.messages |
---|
Methods in org.apache.tapestry5.services.messages that return InvalidationEventHub | |
---|---|
InvalidationEventHub |
ComponentMessagesSource.getInvalidationEventHub()
Returns the event hub that allows listeners to be notified when any underlying message catalog file is changed. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |