org.apache.tapestry5.internal.services.assets
Class SRSCompressedCachingInterceptor
java.lang.Object
org.apache.tapestry5.internal.services.assets.SRSCachingInterceptor
org.apache.tapestry5.internal.services.assets.SRSCompressedCachingInterceptor
- All Implemented Interfaces:
- StreamableResourceSource, InvalidationListener
public class SRSCompressedCachingInterceptor
- extends SRSCachingInterceptor
Specialization of SRSCachingInterceptor
that only attempts to cache
compressed resources.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SRSCompressedCachingInterceptor
public SRSCompressedCachingInterceptor(StreamableResourceSource delegate)
isCacheable
protected boolean isCacheable(StreamableResource resource)
- Return true only if the resource is compressed.
- Overrides:
isCacheable
in class SRSCachingInterceptor
- Returns:
- true to cache the resource
enableCache
protected boolean enableCache(StreamableResourceProcessing processing)
- Returns true just when the processing enables compression.
- Overrides:
enableCache
in class SRSCachingInterceptor
Copyright © 2003-2012 The Apache Software Foundation.