Package | Description |
---|---|
org.apache.tapestry5.internal.pageload |
[INTERNAL USE ONLY] support classes for assembling and loading pages; API subject to change
|
org.apache.tapestry5.internal.services |
[INTERNAL USE ONLY] internal service classes; API subject to change
|
org.apache.tapestry5.internal.services.compatibility | |
org.apache.tapestry5.modules |
Modifier and Type | Method and Description |
---|---|
void |
PageLoaderImpl.setupInvalidation(InvalidationEventHub classesHub,
InvalidationEventHub templatesHub,
InvalidationEventHub messagesHub) |
Modifier and Type | Method and Description |
---|---|
void |
PropertyConduitSourceImpl.listenForInvalidations(InvalidationEventHub hub) |
void |
StringInternerImpl.setupInvalidation(InvalidationEventHub hub) |
void |
PageActivationContextCollectorImpl.setupInvalidation(InvalidationEventHub invalidationEventHub) |
void |
ValueEncoderSourceImpl.setupInvalidation(InvalidationEventHub hub) |
void |
MetaDataLocatorImpl.setupInvalidation(InvalidationEventHub invalidationEventHub) |
void |
ComponentClassCacheImpl.setupInvalidation(InvalidationEventHub hub) |
void |
PageSourceImpl.setupInvalidation(InvalidationEventHub classesHub,
InvalidationEventHub templatesHub,
InvalidationEventHub messagesHub,
ResourceChangeTracker resourceChangeTracker) |
Modifier and Type | Method and Description |
---|---|
void |
DeprecationWarningImpl.setupClearDeprecationsWhenInvalidated(InvalidationEventHub componentClassesHub,
InvalidationEventHub messagesHub,
InvalidationEventHub templatesHub) |
Modifier and Type | Method and Description |
---|---|
ComponentEventResultProcessor |
TapestryModule.buildAjaxComponentEventResultProcessor(Map<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(Map<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 TranslatorSource |
TapestryModule.buildTranslatorSource(Map<Class,Translator> configuration,
TranslatorAlternatesSource alternatesSource,
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) |
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.