public interface ResourceConfiguration
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptRanges()
Boolean property to specify whether default servlet should reply with
Accept-Ranges: bytes header. |
boolean |
dirListing()
Boolean property to specify whether dir index should be present when accessing dir
resource.
|
Integer |
maxCacheEntries()
Integer property to specify maximum number of cache entries (per single resource manager).
|
Integer |
maxCacheEntrySize()
Integer property to specify maximum size of single cache entry (file) (per single resource manager)
in kB.
|
Integer |
maxCacheTTL()
Integer property to specify TTL for resource cache entries (ms)
|
Integer |
maxTotalCacheSize()
Integer property to specify maximum total size of the cache (per single resource manager) in kB.
|
boolean |
redirectWelcome()
Boolean property to specify whether welcome file should be served immediately, or by redirect.
|
boolean acceptRanges()
Boolean property to specify whether default servlet should reply with Accept-Ranges: bytes header.
boolean redirectWelcome()
Boolean property to specify whether welcome file should be served immediately, or by redirect.
boolean dirListing()
Boolean property to specify whether dir index should be present when accessing dir resource.
Integer maxCacheEntries()
Integer property to specify maximum number of cache entries (per single resource manager).
Integer maxCacheEntrySize()
Integer property to specify maximum size of single cache entry (file) (per single resource manager) in kB.
Integer maxTotalCacheSize()
Integer property to specify maximum total size of the cache (per single resource manager) in kB.
Integer maxCacheTTL()
Copyright © 2006–2024 OPS4J - Open Participation Software for Java. All rights reserved.