|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PathResolverCache
Simple caching mechanism for storing pathed that were previously located
by a ResourceValidator. This allows a Decoration to bypass
hitting the ResourceValidator repeatedly after a path is already known
to exist.
ResourceValidator| Method Summary | |
|---|---|
void |
addPath(java.lang.String key,
java.lang.String path)
Adds a recolved path to the the cache using
its relative path as the key |
void |
clear()
Clears the entire contents of this cache object. |
java.lang.String |
getPath(java.lang.String key)
Returns a previously located path using its retlative path as the code. |
java.lang.String |
removePath(java.lang.String key)
Removes a full path to a resource from the cache using its relative path as the key. |
| Method Detail |
|---|
void addPath(java.lang.String key,
java.lang.String path)
path to the the cache using
its relative path as the key
key - key relative path of the resource.path - full path to resourcejava.lang.String getPath(java.lang.String key)
code.
key - relative path of the resource.
null if no resource
for the key exists.java.lang.String removePath(java.lang.String key)
key.
key -
null
if the resource path was not cached.void clear()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||