Uses of Class
org.wicketstuff.offline.mode.OfflineCacheEntry.Cors
-
-
Uses of OfflineCacheEntry.Cors in org.wicketstuff.offline.mode
Methods in org.wicketstuff.offline.mode that return OfflineCacheEntry.Cors Modifier and Type Method Description OfflineCacheEntry.CorsOfflineCacheEntry. getCors()Gets the cors settings of the entitystatic OfflineCacheEntry.CorsOfflineCacheEntry.Cors. valueOf(String name)Returns the enum constant of this type with the specified name.static OfflineCacheEntry.Cors[]OfflineCacheEntry.Cors. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.wicketstuff.offline.mode with parameters of type OfflineCacheEntry.Cors Modifier and Type Method Description OfflineCacheEntryOfflineCacheEntry. setCors(OfflineCacheEntry.Cors cors)Sets the cors settings of the entity
-