Uses of Class
org.wicketstuff.offline.mode.OfflineCacheEntry
-
Uses of OfflineCacheEntry in org.wicketstuff.offline.mode
Methods in org.wicketstuff.offline.mode that return OfflineCacheEntryModifier and TypeMethodDescriptionOfflineCacheEntry.setCacheObject(Class<? extends Page> cacheObject) Sets the object to be cachedOfflineCacheEntry.setCacheObject(String url) Sets the object to be cachedOfflineCacheEntry.setCacheObject(IRequestHandler cacheObject) Sets the object to be cachedOfflineCacheEntry.setCacheObject(ResourceReference cacheObject) Sets the object to be cachedOfflineCacheEntry.setCors(OfflineCacheEntry.Cors cors) Sets the cors settings of the entityOfflineCacheEntry.setPageParameters(PageParameters pageParameters) Sets the page parameter to be cachedSets 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 OfflineCacheEntryModifier and TypeMethodDescriptionstatic List<OfflineCacheEntry>OfflineCache.getOfflineCacheEntries(WebApplication application) Gets the offline cache entriesMethod parameters in org.wicketstuff.offline.mode with type arguments of type OfflineCacheEntryModifier and TypeMethodDescriptionstatic 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 OfflineCacheEntryModifierConstructorDescriptionprotectedServiceWorker(String cacheName, List<OfflineCacheEntry> offlineCacheEntries) Creates the service worker