Package net.officefloor.web.resource
Interface HttpResourceCache
-
public interface HttpResourceCache
Cache of theHttpResource
instances.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HttpResource
getHttpResource(java.lang.String path)
Obtains the cachedHttpResource
.
-
-
-
Method Detail
-
getHttpResource
HttpResource getHttpResource(java.lang.String path) throws java.io.IOException
Obtains the cachedHttpResource
.- Parameters:
path
- Path to theHttpResource
.- Returns:
HttpResource
ornull
ifHttpResource
not cached.- Throws:
java.io.IOException
- If failure in finding theHttpResource
.
-
-