Package | Description |
---|---|
org.apache.tapestry5.internal.services.assets |
[INTERNAL USE ONLY] asset support services; API subject to change
|
org.apache.tapestry5.internal.webresources | |
org.apache.tapestry5.modules | |
org.apache.tapestry5.webresources.modules |
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 |
---|
JavaScriptStackAssemblerImpl(ThreadLocale threadLocale,
ResourceChangeTracker resourceChangeTracker,
StreamableResourceSource streamableResourceSource,
JavaScriptStackSource stackSource,
AssetChecksumGenerator checksumGenerator,
ModuleManager moduleManager,
ResourceMinimizer resourceMinimizer,
boolean minificationEnabled) |
SRSMinimizingInterceptor(StreamableResourceSource delegate,
ResourceMinimizer minimizer) |
Constructor and Description |
---|
MasterResourceMinimizer(Map<String,ResourceMinimizer> configuration) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMinimizer
Base class for resource minimizers.
|
class |
CSSMinimizer
A wrapper around YUI Compressor.
|
class |
GoogleClosureMinimizer
A wrapper around the Google Closure
Compiler used to minimize
a JavaScript resource. |
Modifier and Type | Method and Description |
---|---|
StreamableResourceSource |
AssetsModule.enableMinification(StreamableResourceSource delegate,
ResourceMinimizer minimizer,
boolean enabled) |
Modifier and Type | Method and Description |
---|---|
static void |
WebResourcesModule.setupDefaultResourceMinimizers(MappedConfiguration<String,ResourceMinimizer> configuration) |
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.