Skip navigation links
G I O R S V 

G

getCacheObject() - Method in class org.wicketstuff.offline.mode.OfflineCacheEntry
Gets the object to be cached
getCors() - Method in class org.wicketstuff.offline.mode.OfflineCacheEntry
Gets the cors settings of the entity
getDependencies() - Method in class org.wicketstuff.offline.mode.ServiceWorker
 
getInstance() - Static method in class org.wicketstuff.offline.mode.ServiceWorker
Gets the current service worker instance
getInstance() - Static method in class org.wicketstuff.offline.mode.ServiceWorkerRegistration
Gets the current service worker registration instance
getOfflineCacheEntries(WebApplication) - Static method in class org.wicketstuff.offline.mode.OfflineCache
Gets the offline cache entries
getPageParameters() - Method in class org.wicketstuff.offline.mode.OfflineCacheEntry
Gets the page parameters to be cached
getRealName() - Method in enum org.wicketstuff.offline.mode.OfflineCacheEntry.Cors
Gets the real name for the cors option
getResource() - Method in class org.wicketstuff.offline.mode.ServiceWorker
If the service worker resource is shipped the first time the script is filled with the URLs of the resources to be cached.
getResource() - Method in class org.wicketstuff.offline.mode.ServiceWorkerRegistration
Override getResource() because it has be ensured that there is no cache applied to the resource
getSuffix() - Method in class org.wicketstuff.offline.mode.OfflineCacheEntry
Gets the suffix to be placed behind the object / page parameters that are cached

I

init(WebApplication, String, List<OfflineCacheEntry>) - Static method in class org.wicketstuff.offline.mode.OfflineCache
Initializes the offline cache (used in the init method of a wicket application)

O

OfflineCache - Class in org.wicketstuff.offline.mode
The offline cache to initialize / load the client side cache.

Example:
OfflineCache() - Constructor for class org.wicketstuff.offline.mode.OfflineCache
 
OfflineCacheEntry - Class in org.wicketstuff.offline.mode
The cache entry is used to be add a Page, a ResourceReference, an IRequestHandler or simply a String to the caching context.
OfflineCacheEntry() - Constructor for class org.wicketstuff.offline.mode.OfflineCacheEntry
 
OfflineCacheEntry.Cors - Enum in org.wicketstuff.offline.mode
CORS settings to be applied to the service worker request / against the server or the cache
org.wicketstuff.offline.mode - package org.wicketstuff.offline.mode
 

R

renderHead(IHeaderResponse) - Static method in class org.wicketstuff.offline.mode.OfflineCache
Loads the service worker registration and the service worker implementation java script references

S

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

V

valueOf(String) - Static method in enum org.wicketstuff.offline.mode.OfflineCacheEntry.Cors
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.wicketstuff.offline.mode.OfflineCacheEntry.Cors
Returns an array containing the constants of this enum type, in the order they are declared.
G I O R S V 
Skip navigation links

Copyright © 2020. All rights reserved.