- ServiceWorker - Class in org.wicketstuff.offline.mode
-
The actual service worker which applies the URLs of the offline cache entries to the client side
cache with the given name.
- ServiceWorker(String, List<OfflineCacheEntry>) - Constructor for class org.wicketstuff.offline.mode.ServiceWorker
-
Creates the service worker
- ServiceWorkerRegistration - Class in org.wicketstuff.offline.mode
-
The registration is going to initialize the service worker on client side.
- ServiceWorkerRegistration() - Constructor for class org.wicketstuff.offline.mode.ServiceWorkerRegistration
-
Creates a new service worker registration
- setCacheObject(IRequestHandler) - Method in class org.wicketstuff.offline.mode.OfflineCacheEntry
-
Sets the object to be cached
- setCacheObject(ResourceReference) - Method in class org.wicketstuff.offline.mode.OfflineCacheEntry
-
Sets the object to be cached
- setCacheObject(Class<? extends Page>) - Method in class org.wicketstuff.offline.mode.OfflineCacheEntry
-
Sets the object to be cached
- setCacheObject(String) - Method in class org.wicketstuff.offline.mode.OfflineCacheEntry
-
Sets the object to be cached
- setCors(OfflineCacheEntry.Cors) - Method in class org.wicketstuff.offline.mode.OfflineCacheEntry
-
Sets the cors settings of the entity
- setOfflineCacheEntries(WebApplication, List<OfflineCacheEntry>) - Static method in class org.wicketstuff.offline.mode.OfflineCache
-
Sets the offline cache entries (can only be used if the offline cache hasn't been initialized
yet)
- setPageParameters(PageParameters) - Method in class org.wicketstuff.offline.mode.OfflineCacheEntry
-
Sets the page parameter to be cached
- setSuffix(String) - Method in class org.wicketstuff.offline.mode.OfflineCacheEntry
-
Sets the suffix to be placed behind the object / page parameters that are cached