Uses of Class
org.apache.wicket.settings.StoreSettings
-
Packages that use StoreSettings Package Description org.apache.wicket The core Wicket package.org.apache.wicket.settings -
-
Uses of StoreSettings in org.apache.wicket
Methods in org.apache.wicket that return StoreSettings Modifier and Type Method Description StoreSettingsApplication. getStoreSettings()Methods in org.apache.wicket with parameters of type StoreSettings Modifier and Type Method Description ApplicationApplication. setStoreSettings(StoreSettings storeSettings) -
Uses of StoreSettings in org.apache.wicket.settings
Methods in org.apache.wicket.settings that return StoreSettings Modifier and Type Method Description StoreSettingsStoreSettings. setAsynchronous(boolean async)Sets a flag whether to wrap the configuredIPageStorewithAsynchronousPageStore.StoreSettingsStoreSettings. setAsynchronousQueueCapacity(int queueCapacity)Sets the capacity of the queue used to store the pages which will be stored asynchronouslyStoreSettingsStoreSettings. setEncrypted(boolean encrypted)Sets a flag whether to wrap the configuredIPageStorewithCryptingPageStore.StoreSettingsStoreSettings. setFileStoreFolder(java.io.File fileStoreFolder)Sets the folder whereDiskPageStorewill store the files with page instances per sessionStoreSettingsStoreSettings. setMaxSizePerSession(org.apache.wicket.util.lang.Bytes maxSizePerSession)Sets the maximum size of theFilewhere page instances per session are stored.
-