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 |
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 |
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 |
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) |
Modifier and Type | Method and Description |
---|---|
StreamableResourceSource |
AssetsModule.enableCompressedCaching(StreamableResourceSource delegate,
boolean gzipEnabled,
ResourceChangeTracker tracker) |
StreamableResourceSource |
AssetsModule.enableCompression(StreamableResourceSource delegate,
boolean gzipEnabled,
int compressionCutoff,
AssetChecksumGenerator checksumGenerator) |
StreamableResourceSource |
AssetsModule.enableCSSURLRewriting(StreamableResourceSource delegate,
OperationTracker tracker,
AssetSource assetSource,
AssetChecksumGenerator checksumGenerator) |
StreamableResourceSource |
AssetsModule.enableMinification(StreamableResourceSource delegate,
ResourceMinimizer minimizer,
boolean enabled) |
StreamableResourceSource |
AssetsModule.enableUncompressedCaching(StreamableResourceSource delegate,
ResourceChangeTracker tracker) |
Copyright © 2003-2013 The Apache Software Foundation.