|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tapestry5.internal.services.assets.SRSCachingInterceptor
public class SRSCachingInterceptor
An interceptor for the StreamableResourceSource
service that handles caching of content.
Constructor Summary | |
---|---|
SRSCachingInterceptor(StreamableResourceSource delegate)
|
Method Summary | |
---|---|
protected boolean |
enableCache(StreamableResourceProcessing processing)
Returns true unless the processing is StreamableResourceProcessing.FOR_AGGREGATION . |
StreamableResource |
getStreamableResource(Resource baseResource,
StreamableResourceProcessing processing,
ResourceDependencies dependencies)
Converts a Resource (which must be non-null and exist) into a streamable resource, along with some additional optional behaviors. |
protected boolean |
isCacheable(StreamableResource resource)
Always returns true; a subclass may extend this to only cache the resource in some circumstances. |
void |
objectWasInvalidated()
Invoked to indicate that some object is invalid. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SRSCachingInterceptor(StreamableResourceSource delegate)
Method Detail |
---|
public StreamableResource getStreamableResource(Resource baseResource, StreamableResourceProcessing processing, ResourceDependencies dependencies) throws IOException
StreamableResourceSource
getStreamableResource
in interface StreamableResourceSource
baseResource
- the resource to convertprocessing
- defines additional processing after the resource has been read and possibly transformeddependencies
- Passed to any ResourceTransformer
to track additional dependencies of the base resource
IOException
- if the resource does not exist or a URL for the content is not availableprotected boolean isCacheable(StreamableResource resource)
resource
-
public void objectWasInvalidated()
InvalidationListener
objectWasInvalidated
in interface InvalidationListener
protected boolean enableCache(StreamableResourceProcessing processing)
StreamableResourceProcessing.FOR_AGGREGATION
.
Subclasses may override. When the cache is not enabled, the request is passed on to the interceptor's
delegate
, and no attempt is made to read or update this interceptor's cache.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |