Package | Description |
---|---|
org.apache.tapestry5.internal.event |
[INTERNAL USE ONLY] support classes for event listeners; API subject to change
|
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.assets |
[INTERNAL USE ONLY] asset support services; API subject to change
|
org.apache.tapestry5.services |
Core services
|
Modifier and Type | Method and Description |
---|---|
void |
InvalidationEventHubImpl.addInvalidationListener(InvalidationListener listener) |
Modifier and Type | Class and Description |
---|---|
class |
PageLoaderImpl
There's still a lot of room to beef up
ComponentAssembler and
EmbeddedComponentAssembler to perform more static analysis, but
that may no longer be necessary, given the switch to shared (non-pooled) pages in 5.2. |
Modifier and Type | Class and Description |
---|---|
class |
ApplicationMessageCatalogObjectProvider
Allows for injection of the global application message catalog into services.
|
class |
ComponentClassCacheImpl |
class |
ComponentClassResolverImpl |
class |
ComponentInstantiatorSourceImpl
A wrapper around a
PlasticManager that allows certain classes to be modified as they are loaded. |
class |
DefaultDataTypeAnalyzer
The default data type analyzer, which is based entirely on the type of the property (and not on annotations or naming
conventions).
|
class |
MetaDataLocatorImpl |
class |
PageActivationContextCollectorImpl |
class |
PageSourceImpl |
class |
PropertyConduitSourceImpl |
class |
ResourceDigestManagerImpl |
class |
StringInternerImpl |
class |
TranslatorSourceImpl |
class |
ValueEncoderSourceImpl |
Modifier and Type | Method and Description |
---|---|
void |
ResourceDigestManagerImpl.addInvalidationListener(InvalidationListener listener) |
Modifier and Type | Class and Description |
---|---|
class |
SRSCachingInterceptor
An interceptor for the
StreamableResourceSource service that handles caching of content. |
class |
SRSCompressedCachingInterceptor
Specialization of
SRSCachingInterceptor that only attempts to cache
compressed resources. |
class |
StackAssetRequestHandler |
Modifier and Type | Method and Description |
---|---|
void |
InvalidationEventHub.addInvalidationListener(InvalidationListener listener)
Adds a listener, who needs to know when an underlying resource of a given category has changed (so that the
receiver may discard any cached data that may have been invalidated).
|
Copyright © 2003-2012 The Apache Software Foundation.