Show
Ignore:
Timestamp:
09/02/08 22:50:21 (4 months ago)
Author:
arneke
Message:

(Re)added functionality to force reseeding of existing tiles. Renamed getResponse to getTile.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/geowebcache/src/main/java/org/geowebcache/layer/TileLayer.java

    r348 r370  
    179179     * @throws IOException 
    180180     */ 
    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     
    184187    /** 
    185188     * This is a more direct way of requesting a tile without invoking