See: Description
Interface | Description |
---|---|
JavaScriptStackAssembler |
Assembles the individual assets of a
JavaScriptStack into
a single resource; this is needed to generate a checksum for the aggregated assets, and also to service the
aggregated stack content. |
ResourceChangeTracker |
Tracks resources (at least, resources that can change because they are on the file system) and
acts as an
UpdateListener to check for changes and notify its listeners. |
Class | Description |
---|---|
AssetChecksumGeneratorImpl | |
AssetPathConstructorImpl | |
BytestreamCache |
A wrapper around a byte-stream, represented internally as a byte array.
|
ChecksumPath |
Utility used by
AssetRequestHandler implementations
where the first folder in the extra path is actually a computed checksum of the resource's content. |
ClasspathAssetRequestHandler |
A handler for asset requests for classpath assets (within a specific folder).
|
CompressedStreamableResource |
GZip compressed representation of a
StreamableResource . |
CompressionAnalyzerImpl | |
ContentTypeAnalyzerImpl | |
ContextAssetRequestHandler |
Handles requests for context assets, screening out attempt to
access anything under WEB-INF or META-INF.
|
CSSURLRewriter |
Rewrites the
url() attributes inside a CSS (MIME type "text/css")) resource. |
DelegatingSRS |
Base class for
StreamableResourceSource implementations. |
JavaScriptStackAssemblerImpl | |
JavaScriptStackMinimizeDisabler |
Attempts to match resources against a
JavaScriptStack , and
possibly disabled minimization based on the stack. |
MasterResourceMinimizer |
Implementation that delegates, via its configuration, to a real implementation based on the content type of the
resource.
|
ResourceChangeTrackerImpl | |
SRSCachingInterceptor |
An interceptor for the
StreamableResourceSource service that handles caching of content. |
SRSCompressedCachingInterceptor |
Specialization of
SRSCachingInterceptor that only attempts to cache
compressed resources. |
SRSCompressingInterceptor | |
SRSMinimizingInterceptor |
Loops the result through the
ResourceMinimizer service. |
StackAssetRequestHandler | |
StreamableResourceImpl | |
StreamableResourceSourceImpl | |
UTF8ForTextAssets |
Adds ;charset=utf-8 for text/* resources with no specific character set.
|
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.