|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.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 | |
---|---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |