Package | Description |
---|---|
org.apache.tapestry5.internal.services.assets |
[INTERNAL USE ONLY] asset support services; API subject to change
|
org.apache.tapestry5.internal.yuicompressor |
[INTERNAL USE ONLY] support classes for the YUICompressor; API subject to change
|
org.apache.tapestry5.services.assets |
Various services for assets (e.g., images, JavaScript & CSS files)
|
org.apache.tapestry5.yuicompressor.services |
[INTERNAL USE ONLY] support services for the YUICompressor; API subject to change
|
Modifier and Type | Class and Description |
---|---|
class |
MasterResourceMinimizer
Implementation that delegates, via its configuration, to a real implementation based on the content type of the
resource.
|
Constructor and Description |
---|
SRSMinimizingInterceptor(StreamableResourceSource delegate,
ResourceMinimizer minimizer) |
StackAssetRequestHandler(StreamableResourceSource streamableResourceSource,
JavaScriptStackSource javascriptStackSource,
LocalizationSetter localizationSetter,
ResponseCompressionAnalyzer compressionAnalyzer,
ResourceStreamer resourceStreamer,
ResourceMinimizer resourceMinimizer,
OperationTracker tracker,
boolean minificationEnabled,
ResourceChangeTracker resourceChangeTracker) |
Constructor and Description |
---|
MasterResourceMinimizer(Map<String,ResourceMinimizer> configuration) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMinimizer
Base class for resource minimizers.
|
class |
CSSResourceMinimizer
Uses
CssCompressor to reduce the size of CSS content. |
class |
JavaScriptResourceMinimizer
JavaScript resource minimizer based on the YUI
JavaScriptCompressor . |
Modifier and Type | Method and Description |
---|---|
StreamableResourceSource |
AssetsModule.enableMinification(StreamableResourceSource delegate,
ResourceMinimizer minimizer,
boolean enabled) |
Modifier and Type | Method and Description |
---|---|
static void |
YuiCompressorModule.contributeMinimizers(MappedConfiguration<String,ResourceMinimizer> configuration)
Contibutes minimizers for
text/javascript and test/css . |
Copyright © 2003-2012 The Apache Software Foundation.