- Timestamp:
- 09/02/08 22:50:21 (4 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/geowebcache/src/main/java/org/geowebcache/layer/TileLayer.java
r348 r370 179 179 * @throws IOException 180 180 */ 181 public abstract Tile getResponse(Tile tile) throws GeoWebCacheException, 182 IOException; 183 181 public abstract Tile getTile(Tile tile) 182 throws GeoWebCacheException, IOException; 183 184 public abstract void seedTile(Tile tile, boolean tryCache) 185 throws GeoWebCacheException, IOException; 186 184 187 /** 185 188 * This is a more direct way of requesting a tile without invoking
