Package | Description |
---|---|
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.internal.services.javascript |
[INTERNAL USE ONLY] JavaScript support implementations; API subject to change
|
org.apache.tapestry5.modules |
Constructor and Description |
---|
AbstractAssetFactory(ResponseCompressionAnalyzer compressionAnalyzer,
ResourceChangeTracker resourceChangeTracker,
StreamableResourceSource streamableResourceSource,
AssetPathConstructor assetPathConstructor,
Resource rootResource) |
ClasspathAssetFactory(ResponseCompressionAnalyzer compressionAnalyzer,
ResourceChangeTracker resourceChangeTracker,
StreamableResourceSource streamableResourceSource,
AssetPathConstructor assetPathConstructor,
ClasspathAssetAliasManager aliasManager) |
ContextAssetFactory(ResponseCompressionAnalyzer compressionAnalyzer,
ResourceChangeTracker resourceChangeTracker,
StreamableResourceSource streamableResourceSource,
AssetPathConstructor assetPathConstructor,
Context context) |
ResourceStreamerImpl(Request request,
Response response,
StreamableResourceSource streamableResourceSource,
OperationTracker tracker,
boolean productionMode,
ResourceChangeTracker resourceChangeTracker,
String omitExpirationCacheControlHeader,
AssetFactory classpathAssetFactory,
AssetFactory contextAssetFactory) |
Modifier and Type | Class and Description |
---|---|
class |
CSSURLRewriter
Rewrites the
url() attributes inside a CSS (MIME type "text/css")) resource. |
class |
DelegatingSRS
Base class for
StreamableResourceSource implementations. |
class |
JavaScriptStackMinimizeDisabler
Attempts to match resources against a
JavaScriptStack , and
possibly disabled minimization based on the stack. |
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 |
SRSCompressingInterceptor |
class |
SRSMinimizingInterceptor
Loops the result through the
ResourceMinimizer service. |
class |
StreamableResourceSourceImpl |
class |
UTF8ForTextAssets
Adds ;charset=utf-8 for text/* resources with no specific character set.
|
Modifier and Type | Field and Description |
---|---|
protected StreamableResourceSource |
DelegatingSRS.delegate |
Constructor and Description |
---|
ModuleManagerImpl(ResponseCompressionAnalyzer compressionAnalyzer,
AssetSource assetSource,
Map<String,JavaScriptModuleConfiguration> configuration,
Messages globalMessages,
StreamableResourceSource streamableResourceSource,
boolean compactJSON,
boolean productionMode,
String modulePathPrefix,
PathConstructor pathConstructor) |
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.