|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IResourceCachingStrategy
caching strategy for resources
it can add and remove caching information to the filename and query string parameters of the requested resource
Method Summary | |
---|---|
void |
decorateResponse(AbstractResource.ResourceResponse response)
decorate resource response |
void |
decorateUrl(ResourceUrl url,
ResourceReference reference)
add caching related information to filename + parameters |
void |
undecorateUrl(ResourceUrl url)
Removes caching related information from filename + parameters. |
Method Detail |
---|
void decorateUrl(ResourceUrl url, ResourceReference reference)
url
- parameters to which caching information should be added and which will be used to
construct the url to the resourcereference
- resource referencevoid undecorateUrl(ResourceUrl url)
decorateUrl(ResourceUrl, ResourceReference)
did.
url
- parameters that were used to construct the url to the resource and from which
previously added caching information should be strippedvoid decorateResponse(AbstractResource.ResourceResponse response)
response
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |