Uses of Class
org.wicketstuff.offline.mode.OfflineCacheEntry
-
-
Uses of OfflineCacheEntry in org.wicketstuff.offline.mode
Methods in org.wicketstuff.offline.mode that return OfflineCacheEntry Modifier and Type Method Description OfflineCacheEntryOfflineCacheEntry. setCacheObject(Class<? extends Page> cacheObject)Sets the object to be cachedOfflineCacheEntryOfflineCacheEntry. setCacheObject(String url)Sets the object to be cachedOfflineCacheEntryOfflineCacheEntry. setCacheObject(IRequestHandler cacheObject)Sets the object to be cachedOfflineCacheEntryOfflineCacheEntry. setCacheObject(ResourceReference cacheObject)Sets the object to be cachedOfflineCacheEntryOfflineCacheEntry. setCors(OfflineCacheEntry.Cors cors)Sets the cors settings of the entityOfflineCacheEntryOfflineCacheEntry. setPageParameters(PageParameters pageParameters)Sets the page parameter to be cachedOfflineCacheEntryOfflineCacheEntry. setSuffix(String suffix)Sets the suffix to be placed behind the object / page parameters that are cachedMethods in org.wicketstuff.offline.mode that return types with arguments of type OfflineCacheEntry Modifier and Type Method Description static List<OfflineCacheEntry>OfflineCache. getOfflineCacheEntries(WebApplication application)Gets the offline cache entriesMethod parameters in org.wicketstuff.offline.mode with type arguments of type OfflineCacheEntry Modifier and Type Method Description static voidOfflineCache. init(WebApplication webApplication, String cacheName, List<OfflineCacheEntry> offlineCacheEntries)Initializes the offline cache (used in the init method of a wicket application)static voidOfflineCache. setOfflineCacheEntries(WebApplication application, List<OfflineCacheEntry> offlineCacheEntries)Sets the offline cache entries (can only be used if the offline cache hasn't been initialized yet)Constructor parameters in org.wicketstuff.offline.mode with type arguments of type OfflineCacheEntry Constructor Description ServiceWorker(String cacheName, List<OfflineCacheEntry> offlineCacheEntries)Creates the service worker
-