Package net.officefloor.web.resource
Interface HttpResourceCache
-
public interface HttpResourceCacheCache of theHttpResourceinstances.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HttpResourcegetHttpResource(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:
HttpResourceornullifHttpResourcenot cached.- Throws:
java.io.IOException- If failure in finding theHttpResource.
-
-